/**
 * Fonts - Nordersun v6.0
 * Arial Rounded MT Bold as global font for all text
 */

/* Arial Rounded MT Bold - Official Nordersun Font */
@font-face {
    font-family: 'Arial Rounded MT Bold';
    src: url('../img/ARLRDBD.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   GLOBAL TYPOGRAPHY
   ============================================ */

/* Apply Arial Rounded MT Bold to ALL elements (except Font Awesome icons) */
*:not(.fa):not(.fas):not(.far):not(.fal):not(.fab) {
    font-family: 'Arial Rounded MT Bold', Arial, sans-serif !important;
}

body {
    font-family: 'Arial Rounded MT Bold', Arial, sans-serif !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial Rounded MT Bold', Arial, sans-serif !important;
    font-weight: normal !important;
}

/* Specific elements */
.logo-text,
.hero-title,
.section-title,
.highlight-text {
    font-family: 'Arial Rounded MT Bold', Arial, sans-serif !important;
}

/* Bold variant for highlighted text */
.hero-title .highlight-text,
.highlight-text {
    font-weight: bold !important;
    color: #fbbf24 !important; /* Yellow color for "sun" - consistent across all pages */
}
