@font-face {
    font-family: "Barlow Regular";
    font: "Barlow Regular";
    src: url("fonts/Barlow-Regular.ttf") format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: "Barlow Black";
    font: "Barlow Black";
    src: url("fonts/Barlow-Bold.ttf")  format('truetype');
    font-weight: bold;
}