@import url('https://fonts.googleapis.com/css2?family=Archivo+Expanded:wght@700;800&family=Inter:wght@300;400;500;600;700&family=Saira+Stencil+One&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #F7F8FC;
    /* Light Background */
    color: #0F172A;
    /* Neutral Text */
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Saira Stencil One', cursive;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* Legacy accent class - now same as headings */
.font-accent {
    font-family: 'Saira Stencil One', cursive;
    text-transform: uppercase;
}

.glass-nav {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}