/*
Theme Name: Headless
Theme URI: https://byadit.com/
Author: Aditya Candra Setiawan
Author URI: https://byadit.com/
Description: Minimal WordPress theme for a headless CMS setup.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: headless
*/

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: #f7f7f7;
	color: #151515;
}
