@font-face {
    font-family: 'Unbounded';
    font-weight: 100;
    font-style: normal;
    src: url('/fonts/Unbounded/Unbounded-ExtraLight.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Unbounded';
    font-weight: 200;
    font-style: normal;
    src: url('/fonts/Unbounded/Unbounded-Light.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Unbounded';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Unbounded/Unbounded-Regular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Unbounded';
    font-weight: 600;
    font-style: normal;
    src: url('/fonts/Unbounded/Unbounded-Bold.ttf') format("truetype");
    font-display: swap;
}

