/*
Headlines, Links, etc - DEFAULT FONT
*/
@font-face
{
    font-family  : 'Aktiv Grotesk';
    src          : url('../fonts/aktiv-grotesk-ttf/Aktiv-Grotesk-W04-Hairline.ttf') format('truetype');
    font-weight  : 100;
    font-display : swap;
}

@font-face
{
    font-family  : 'Aktiv Grotesk';
    src          : url('../fonts/aktiv-grotesk-ttf/AktivGrotesk_Std_Lt.ttf') format('truetype');
    font-weight  : 300;
    font-style   : normal;
    font-display : swap;
}

@font-face
{
    font-family  : 'Aktiv Grotesk';
    src          : url('../fonts/aktiv-grotesk-ttf/AktivGrotesk_Std_LtIt.ttf') format('truetype');
    font-weight  : 300;
    font-style   : italic;
    font-display : swap;
}

@font-face
{
    font-family  : 'Aktiv Grotesk';
    src          : url('../fonts/aktiv-grotesk-ttf/AktivGrotesk_Std_Rg.ttf') format('truetype');
    font-weight  : 400;
    font-style   : normal;
    font-display : swap;
}

@font-face
{
    font-family  : 'Aktiv Grotesk';
    src          : url('../fonts/aktiv-grotesk-ttf/AktivGrotesk_Std_It.ttf') format('truetype');
    font-weight  : 400;
    font-style   : italic;
    font-display : swap;
}

@font-face
{
    font-family  : 'Aktiv Grotesk';
    src          : url('../fonts/aktiv-grotesk-ttf/AktivGrotesk_Std_Md.ttf') format('truetype');
    font-weight  : 500;
    font-style   : normal;
    font-display : swap;
}

@font-face
{
    font-family  : 'Aktiv Grotesk';
    src          : url('../fonts/aktiv-grotesk-ttf/AktivGrotesk_Std_MdIt.ttf') format('truetype');
    font-weight  : 500;
    font-style   : italic;
    font-display : swap;
}

@font-face
{
    font-family  : 'Aktiv Grotesk';
    src          : url('../fonts/aktiv-grotesk-ttf/AktivGrotesk_Std_Bd.ttf') format('truetype');
    font-weight  : 700;
    font-style   : normal;
    font-display : swap;
}

@font-face
{
    font-family  : 'Aktiv Grotesk';
    src          : url('../fonts/aktiv-grotesk-ttf/AktivGrotesk_Std_BdIt.ttf') format('truetype');
    font-weight  : 700;
    font-style   : italic;
    font-display : swap;
}

/*
ONLY P (?)
*/
@font-face
{
    font-family  : 'Minion Pro';
    src          : url('../fonts/minion-pro-otf/MinionPro-Regular.otf') format('opentype'), url('../fonts/minion-pro-otf/MinionPro-Regular.ttf') format('truetype');
    font-display : swap;
}
