/*
Theme Name: AZTAL Theme
Theme URI: https://www.aztal.co
Author: AZTAL
Author URI: https://www.aztal.co
Description: A lightweight, minimal WordPress theme by AZTAL. Clean markup, minimal styling, ideal as a base for custom layouts.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.5
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: aztal-theme
Tags: blank, minimal, full-width
*/

/* Basic reset */
html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #0f172a;
    background-color: #ffffff;
}

#page,
.site {
    margin: 0;
    padding: 0;
}