@font-face {
    font-family: 'Tinos';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(./ttf/Tinos.ttf);
}

@font-face {
    font-family: 'Tinos';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url(./ttf/Tinos%20Bold.ttf);
}

@font-face {
    font-family: 'Tinos';
    font-display: swap;
    font-style: italic;
    font-weight: 400;
    src: url(./ttf/Tinos%20Italic.ttf);
}

@font-face {
    font-family: 'Tinos';
    font-display: swap;
    font-style: italic;
    font-weight: 700;
    src: url(./ttf/Tinos%20Bold%20Italic.ttf);
}

