@font-face {
    font-family: "Barlow";
    src: url("../font/Barlow-Regular.ttf"),
        url('../font/Barlow-Regular-webfont.woff2') format('woff2'),
        url('../font/Barlow-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Barlow Light";
    src: url("../font/Barlow-Light.ttf"),
        url('../font/Barlow-Light-webfont.woff2') format('woff2'),
        url('../font/Barlow-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Rustico";
    src: url("../font/Rustico-Regular.otf"),
        url('../font/Rustico-Regular-webfont.woff2') format('woff2'),
        url('../font/Rustico-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
