@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 100;
    src: url(../Fonts/Barlow-Thin.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 100;
    src: url(../Fonts/Barlow-ThinItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 200;
    src: url(../Fonts/Barlow-ExtraLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 200;
    src: url(../Fonts/Barlow-ExtraLightItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    src: url(../Fonts/Barlow-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 300;
    src: url(../Fonts/Barlow-LightItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url(../Fonts/Barlow-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    src: url(../Fonts/Barlow-Italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: url(../Fonts/Barlow-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 500;
    src: url(../Fonts/Barlow-MediumItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url(../Fonts/Barlow-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    src: url(../Fonts/Barlow-SemiBoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url(../Fonts/Barlow-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 700;
    src: url(../Fonts/Barlow-BoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 800;
    src: url(../Fonts/Barlow-ExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 800;
    src: url(../Fonts/Barlow-ExtraBoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 900;
    src: url(../Fonts/Barlow-Black.ttf) format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 900;
    src: url(../Fonts/Barlow-BlackItalic.ttf) format('truetype');
}