@font-face {
    font-family: barlow-light;
    src: url("fonts/BarlowSemiCondensed-Light.ttf") format('truetype');
}

@font-face {
    font-family: barlow-medium;
    src: url("fonts/BarlowSemiCondensed-Medium.ttf") format('truetype');
}

@font-face {
    font-family: montserrat-black;
    src: url("fonts/Montserrat-Black.ttf") format('truetype');
}

@font-face {
    font-family: opensans;
    src: url("fonts/OpenSans-Regular.ttf") format('truetype');
}

@font-face {
    font-family: opensans-semibold;
    src: url("fonts/OpenSans-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: opensans-light;
    src: url("fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
    font-family: opensans-bold;
    src: url("fonts/OpenSans-Bold.ttf") format("truetype");
}