﻿@font-face {
    font-family: 'Qanelas';
    src: url('fonts/Qanelas-ExtraBold.woff2') format('woff2'),
        url('fonts/Qanelas-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Qanelas";
    src: url("fonts/Qanelas-ExtraBold.woff2") format("woff2"),
        url("fonts/Qanelas-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.woff2') format('woff2'),
        url('fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Lato";
    src: url("fonts/Lato-Bold.woff2") format("woff2"),
        url("fonts/Lato-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

