/*-----------
    Fonts
-----------*/
@font-face
{
    font-family: 'Inter';
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/inter-regular.woff2') format('woff2'),
    url('../fonts/inter-regular.woff') format('woff'),
    url('../fonts/inter-regular.ttf') format('truetype');
}


@font-face
{
    font-family: 'Tilda Sans';
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/TildaSans-Regular.woff2') format('woff2'),
    url('../fonts/TildaSans-Regular.woff') format('woff'),
    url('../fonts/TildaSans-Regular.ttf') format('truetype');
}