/* Haffer Font Faces */

/* Light */
@font-face {
    font-family: 'Haffer';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('HafferSQTRIAL-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Haffer';
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    src: url('HafferSQTRIAL-LightItalic.woff2') format('woff2');
}

/* Regular */
@font-face {
    font-family: 'Haffer';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('HafferSQTRIAL-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Haffer';
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url('HafferSQTRIAL-RegularItalic.woff2') format('woff2');
}

/* Medium */
@font-face {
    font-family: 'Haffer';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('HafferSQTRIAL-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Haffer';
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    src: url('HafferSQTRIAL-MediumItalic.woff2') format('woff2');
}

/* Semi-bold */
@font-face {
    font-family: 'Haffer';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('HafferSQTRIAL-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Haffer';
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    src: url('HafferSQTRIAL-SemiBoldItalic.woff2') format('woff2');
}

/* Bold */
@font-face {
    font-family: 'Haffer';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('HafferSQTRIAL-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Haffer';
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url('HafferSQTRIAL-BoldItalic.woff2') format('woff2');
}