/*
Theme Name: Eightysix
Theme URI: https://github.com/your-repo/eightysix
Author: Yonathan Wahjono
Author URI: https://yourdomain.com
Description: A high-performance, developer-first starter theme engineered for speed, clean code, and infinite customization.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eightysix
*/

/* Reset & Base Utilities */
body {
	font-family: "Inter", sans-serif;
	color: #1a1a1a;
	background-color: #fff;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}