/* Unbounded Font */
@font-face {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Unbounded-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Unbounded-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Unbounded-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Unbounded-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Unbounded-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/Unbounded-Black.ttf') format('truetype');
}

/* TildaSans Font */
@font-face {
    font-family: 'TildaSans';
    src: url('../fonts/TildaSans-VF.woff2') format('woff2-variations');
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
}
