@font-face {
    font-family: 'W Sans New Book';
    src: url('../fonts/WSansNew-Book.woff2') format('woff2'),
        url('../fonts/WSansNew-Book.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aktiv Grotesk Trial';
    src: url('../fonts/AktivGroteskTrial-Bold.woff2') format('woff2'),
        url('../fonts/AktivGroteskTrial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aktiv Grotesk Trial';
    src: url('../fonts/AktivGroteskTrial-Light.woff2') format('woff2'),
        url('../fonts/AktivGroteskTrial-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aktiv Grotesk Trial';
    src: url('../fonts/AktivGroteskTrial-Regular.woff2') format('woff2'),
        url('../fonts/AktivGroteskTrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Bold.woff2') format('woff2'),
        url('../fonts/MinionPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}






