/* Compacta */
@font-face {
    font-family: 'Compacta';
    src: url('../fonts/compacta/Compacta-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Compacta';
    src: url('../fonts/compacta/Compacta-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Compacta';
    src: url('../fonts/compacta/Compacta-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Compacta';
    src: url('../fonts/compacta/Compacta-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Aktiv Grotesk */
@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/aktiv-grotesk/AktivGrotesk-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/aktiv-grotesk/AktivGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/aktiv-grotesk/AktivGrotesk-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/aktiv-grotesk/AktivGrotesk-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Akzidenz Grotesk */
@font-face {
    font-family: 'AkzidenzGrotesk';
    src: url('../fonts/akzidenz-grotesk/AkzidenzGrotesk-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ITC Avant Garde Gothic */
@font-face {
    font-family: 'ITCAvantGardeGothic';
    src: url('../fonts/itc-avant-garde/ITC-Avant-Garde-Gothic-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITCAvantGardeGothic';
    src: url('../fonts/itc-avant-garde/ITC-Avant-Garde-Gothic-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITCAvantGardeGothic';
    src: url('../fonts/itc-avant-garde/ITC-Avant-Garde-Gothic-BoldOblique.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Universal Quaternary */
@font-face {
    font-family: 'UniversalQuaternary';
    src: url('../fonts/universal-quaternary/Universal-Quaternary.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
