@charset "utf-8";

/*  */

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.woff2?20220510') format('woff2'),
        url('../fonts/icomoon.ttf?20220510') format('truetype'),
        url('../fonts/icomoon.woff?20220510') format('woff'),
        url('../fonts/icomoon.svg?20220510#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* https://booking.design/implementing-system-fonts-on-booking-com-a-lesson-learned-bdc984df627f */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
