@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.01em;
    color: #1e293b;
}

@media (min-width: 768px) {
    body {
        font-size: 17px;
    }
}

/* Globally force all headings to use the elite Outfit font */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif !important;
    letter-spacing: -0.025em !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    color: inherit;
}

h1 {
    font-weight: 900 !important;
    letter-spacing: -0.035em !important;
}

.hero-pattern {
    background-color: #0f172a;
    background-image: radial-gradient(#1e293b 1px, transparent 1px);
    background-size: 20px 20px;
}

.text-shadow {
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}