/* Hairline */
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('AktivGrotesk-Hairline.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('AktivGrotesk-HairlineItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* Thin */
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('AktivGrotesk-Thin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('AktivGrotesk-ThinItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('AktivGrotesk-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('AktivGrotesk-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

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

/* Medium */
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('AktivGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('AktivGrotesk-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('AktivGrotesk-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('AktivGrotesk-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* Extra Bold */
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('AktivGrotesk-XBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('AktivGrotesk-XBoldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

/* Black */
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('AktivGrotesk-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('AktivGrotesk-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

* {
    font-family: 'Aktiv Grotesk Ex', sans-serif;
}
button{
    font-family: 'Aktiv Grotesk Ex', sans-serif !important;
}