/*
Theme Name: Minimal Theme
Theme URI: https://github.com/ekotriono
Author: ekotriono
Author URI: https://github.com/ekotriono
Description: Ultra minimal WordPress theme with clean, fast, and simple design
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: minimal-theme
Tags: minimal, simple, clean, lightweight, fast
*/

/* === Reset & Base === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}