/* 
 * Local Font Definitions for GDPR Compliance
 * Combined fonts and typography for Vtn/Hyva theme
 */

/* ===== FONT FACE DEFINITIONS ===== */

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/bebas-neue/bebas-neue-regular.woff2") format('woff2');
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-ExtraBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

/* ===== TYPOGRAPHY DEFINITIONS ===== */

/* CSS Variables for font families */
:root {
    --base-font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    --heading-font-family: "Bebas Neue", "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

/* Typography Styles */
h1, h2, h3, h4, h5, h6, .page-title, .hero-split__headline {
    font-family: var(--heading-font-family);
    letter-spacing: 0.02em;
}

body, p, .hero-split__copy, .hero-split__cta {
    font-family: var(--base-font-family);
    font-weight: 400;
}

.hero-split__cta {
    font-weight: 500;
}

/* Additional typography enhancements */
.text-heading {
    font-family: var(--heading-font-family);
    letter-spacing: 0.02em;
}

.text-body {
    font-family: var(--base-font-family);
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

/* Brand-specific typography */
.brand-headline {
    font-family: var(--heading-font-family);
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.brand-copy {
    font-family: var(--base-font-family);
    font-weight: 400;
    line-height: 1.6;
}

/* Button typography */
button, .btn, .button {
    font-family: var(--base-font-family);
    font-weight: 500;
}

/* Navigation typography */
nav, .nav, .navigation {
    font-family: var(--base-font-family);
    font-weight: 400;
}

nav a, .nav a, .navigation a {
    font-weight: 500;
}

/* Footer typography */
footer {
    font-family: var(--base-font-family);
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    font-family: var(--heading-font-family);
    letter-spacing: 0.02em;
}

/* Ensure fallback for older browsers */
@supports not (--css: variables) {
    h1, h2, h3, h4, h5, h6, .page-title, .hero-split__headline {
        font-family: "Bebas Neue", "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    }
    
    body, p, .hero-split__copy, .hero-split__cta {
        font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    }
}
