/*
Theme Name: Hesham Portfolio
Theme URI: https://heshamali.dev
Author: Hesham Ali
Author URI: https://heshamali.dev
Description: A dark glassmorphic block theme for the portfolio of Hesham Ali — web developer specializing in WordPress, React, and performance optimization.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hesham-portfolio
*/

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

html {
    scroll-behavior: smooth;
}

body {
    background-color: #131313;
    color: #e5e2e1;
    font-family: Inter, system-ui, -apple-system, sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Push content below fixed nav */
.wp-site-blocks {
    padding-top: 72px;
}

/* Remove default block margins on site-level blocks */
.wp-site-blocks > * {
    margin-block-start: 0;
    margin-block-end: 0;
}
