/* Aktiv-Grotesk Font Family Declarations */

@font-face {
    font-family: 'Aktiv-Grotesk';
    src: url('../fonts/aktiv-grotesk/AktivGrotesk-Light.woff2') format('woff2'),
         url('../fonts/aktiv-grotesk/AktivGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aktiv-Grotesk';
    src: url('../fonts/aktiv-grotesk/AktivGrotesk-Regular.woff2') format('woff2'),
         url('../fonts/aktiv-grotesk/AktivGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aktiv-Grotesk';
    src: url('../fonts/aktiv-grotesk/AktivGrotesk-Medium.woff2') format('woff2'),
         url('../fonts/aktiv-grotesk/AktivGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aktiv-Grotesk';
    src: url('../fonts/aktiv-grotesk/AktivGrotesk-Bold.woff2') format('woff2'),
         url('../fonts/aktiv-grotesk/AktivGrotesk-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Font Test Utilities (for development/testing) */
.font-test-light { font-weight: 300; }
.font-test-regular { font-weight: 400; }
.font-test-medium { font-weight: 500; }
.font-test-bold { font-weight: 700; }

.font-fallback-test {
    font-family: 'NonExistentFont', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}