/* ==========================================================================
   local font Barlow
   ========================================================================== */

/* Barlow 300 (Light) */
@font-face {
    font-family: 'Barlow';
    src: url('Barlow-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Barlow 300i (Light Italic) */
@font-face {
    font-family: 'Barlow';
    src: url('Barlow-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Barlow 400 (Regular) */
@font-face {
    font-family: 'Barlow';
    src: url('Barlow-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Barlow 500 (Medium) */
@font-face {
    font-family: 'Barlow';
    src: url('Barlow-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Barlow 600 (Semi-Bold) */
@font-face {
    font-family: 'Barlow';
    src: url('Barlow-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
