/*
Theme Name: Rabbit Lite
Theme URI: https://rabbitlite.com
Author: Phan Dang Dinh
Author URI: https://rabbitlite.com/author/pddinh
Description: A lightweight, clean, minimal WordPress theme built with performance and flexibility.
Version: 1.2.6
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: rabbit-lite
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, custom-logo, custom-background, custom-menu

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Screenshot Images
All images used in screenshot.png were created by the theme author and are licensed under GPL-compatible terms.
*/

/* =============================
   GLOBAL RESET & BASE
============================= */
@layer tokens, base, layout, components, utilities, overrides;
@layer base {
	html {
		font-family: var(--font-body);
		font-size: var(--font-size-md);
		line-height: var(--lh-normal);
		color: var(--color-foreground);
		background-color: var(--color-background);
		box-sizing: border-box;
	}

	*, *::before, *::after {
		box-sizing: inherit;
		margin: 0;
		padding: 0;
	}

	body {
		margin: 0;
	}
}
