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

@font-face {
    font-family: 'TabacSans';
    src: url('../../fonts/TabacG2Medium-Italic.woff2') format('woff2'),
        url('../../fonts/TabacG2Medium-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'TabacSans';
    src: url('../../fonts/TabacSansLight-Bold.woff2') format('woff2'),
        url('../../fonts/TabacSansLight-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
