/* Barlow Font Family */

/* Barlow Regular */
@font-face {
    font-family: 'Barlow';
    src: url('../fonts/barlow/Barlow-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Barlow Medium */
@font-face {
    font-family: 'Barlow';
    src: url('../fonts/barlow/Barlow-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Barlow Semi-Bold */
@font-face {
    font-family: 'Barlow';
    src: url('../fonts/barlow/Barlow-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Barlow Bold */
@font-face {
    font-family: 'Barlow';
    src: url('../fonts/barlow/Barlow-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
