@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('/static/fonts/Inter/Inter_Light.ttf');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/Inter/Inter_Regular.ttf');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('/static/fonts/Inter/Inter_Medium.ttf');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('/static/fonts/Inter/Inter_SemiBold.ttf');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('/static/fonts/Inter/Inter_Bold.ttf');
}


@font-face {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 300;
    src: url('/static/fonts/Unbounded/Unbounded-Light.ttf');
}

@font-face {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/Unbounded/Unbounded-Regular.ttf');
}

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

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

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