@font-face {
    src: url('../font/Barlow/Barlow-Thin.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 100;
    font-style: normal;
}
@font-face {
    src: url('../font/Barlow/Barlow-ExtraLight.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 200;
    font-style: normal;
}
@font-face {
    src: url('../font/Barlow/Barlow-Light.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    src: url('../font/Barlow/Barlow-Regular.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    src: url('../font/Barlow/Barlow-Medium.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    src: url('../font/Barlow/Barlow-SemiBold.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    src: url('../font/Barlow/Barlow-Bold.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    src: url('../font/Barlow/Barlow-ExtraBold.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 800;
    font-style: normal;
}
@font-face {
    src: url('../font/Barlow/Barlow-Black.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 900;
    font-style: normal;
}

/*  */

@font-face {
    src: url('../font/Barlow/Barlow-ThinItalic.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 100;
    font-style: italic;
}
@font-face {
    src: url('../font/Barlow/Barlow-ExtraLightItalic.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 200;
    font-style: italic;
}
@font-face {
    src: url('../font/Barlow/Barlow-LightItalic.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 300;
    font-style: italic;
}
@font-face {
    src: url('../font/Barlow/Barlow-Italic.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 400;
    font-style: italic;
}
@font-face {
    src: url('../font/Barlow/Barlow-MediumItalic.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 500;
    font-style: italic;
}
@font-face {
    src: url('../font/Barlow/Barlow-SemiBoldItalic.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 600;
    font-style: italic;
}
@font-face {
    src: url('../font/Barlow/Barlow-BoldItalic.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 700;
    font-style: italic;
}
@font-face {
    src: url('../font/Barlow/Barlow-ExtraBoldItalic.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 800;
    font-style: italic;
}
@font-face {
    src: url('../font/Barlow/Barlow-BlackItalic.ttf');
    font-family: 'Barlow';
    font-display: swap;
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: 'Barlow', 'Arial', 'Tahoma', sans-serif;
}