/* ==========================================================================
   Camdemics Offline System Typography Fallbacks
   ========================================================================== */

body, html {
    font-family: 'Inter', 'Outfit', 'Plus Jakarta Sans', 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .hero-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', 'Inter', 'Segoe UI', Roboto, sans-serif;
    font-weight: 700;
}

.font-jakarta {
    font-family: 'Plus Jakarta Sans', 'Inter', 'Segoe UI', sans-serif !important;
}

.font-outfit {
    font-family: 'Outfit', 'Inter', 'Segoe UI', sans-serif !important;
}

.font-inter {
    font-family: 'Inter', 'Segoe UI', sans-serif !important;
}
