@font-face {
    font-family: Barlow;
    font-weight: 400;
    src: url(../font/Barlow-Regular.ttf);
}

@font-face {
    font-family: Barlow;
    font-weight: 700;
    src: url(../font/Barlow-Bold.ttf);
}


html {
    font-family: Barlow;
}

h1 {
    font-weight: 700;
}