/* 
    Created on : 7 avr. 2020, 10:08:31
    Author     : Murelh
*/

/* Barlow extra light*/
@font-face {
    font-family: "Barlow";
    font-weight: 100;
    src: url("Barlow-ExtraLight.ttf");
}
@font-face {
    font-family: "Barlow";
    font-weight: 100;
    font-style: italic;
    src: url("Barlow-ExtraLightItalic.ttf");
}
/* Barlow light*/
@font-face {
    font-family: "Barlow";
    font-weight: 200;
    src: url("Barlow-Light.ttf");
}
@font-face {
    font-family: "Barlow";
    font-weight: 200;
    font-style: italic;
    src: url("Barlow-LightItalic.ttf");
}
/* Barlow regular*/
@font-face {
    font-family: "Barlow";
    font-weight: 400;
    src: url("Barlow-Regular.ttf");
}
@font-face {
    font-family: "Barlow";
    font-weight: 400;
    font-style: italic;
    src: url("Barlow-Italic.ttf");
}
/* Barlow medium*/
@font-face {
    font-family: "Barlow";
    font-weight: 500;
    font-weight: medium;
    src: url("Barlow-Medium.ttf");
}
@font-face {
    font-family: "Barlow";
    font-weight: 500;
    font-style: italic;
    src: url("Barlow-MediumItalic.ttf");
}
/* Barlow semi bold*/
@font-face {
    font-family: "Barlow";
    font-weight: 600;
    src: url("Barlow-SemiBold.ttf");
}
@font-face {
    font-family: "Barlow";
    font-weight: 600;
    font-style: italic;
    src: url("Barlow-SemiBoldItalic.ttf");
}
/* Barlow bold*/
@font-face {
    font-family: "Barlow";
    font-weight: 700;
    src: url("Barlow-Bold.ttf");
}
@font-face {
    font-family: "Barlow";
    font-weight: 700;
    font-style: italic;
    src: url("Barlow-BoldItalic.ttf");
}
/* Barlow extra bold*/
@font-face {
    font-family: "Barlow";
    font-weight: 800;
    src: url("Barlow-ExtraBold.ttf");
}
@font-face {
    font-family: "Barlow";
    font-weight: 800;
    font-style: italic;
    src: url("Barlow-ExtraBoldItalic.ttf");
}

/* HTML CLASSES SHORTCUTS */

.font-barlow{
    font-family: "Barlow", serif;
}

.font-crimson
{
    font-family: 'Crimson Pro', serif;
}

.weight-100{ font-weight: 100; }
.weight-200{ font-weight: 200; }
.weight-300{ font-weight: 300; }
.weight-400{ font-weight: 400; }
.weight-500{ font-weight: 500; }
.weight-600{ font-weight: 600; }
.weight-700{ font-weight: 700; }
.weight-800{ font-weight: 800; }
.weight-900{ font-weight: 900; }



