﻿@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url('./Inter-VariableFont_slnt,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Black';
    font-weight: 900;
    src: url('./static/Inter-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraBold';
    font-weight: 800;
    src: url('./static/Inter-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraLight';
    font-weight: 200;
    src: url('./static/Inter-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Light';
    font-weight: 300;
    src: url('./static/Inter-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Medium';
    font-weight: 500;
    src: url('./static/Inter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Regular';
    font-weight: 400;
    src: url('./static/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-SemiBold';
    font-weight: 600;
    src: url('./static/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Thin';
    font-weight: 100;
    src: url('./static/Inter-Thin.ttf') format('truetype');
}

html, body {
    font-family: Inter,Sans-serif;
}
