@font-face {
    font-family: 'Inter-Bold';
    src: url("Inter-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url("Inter-Medium.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url("Inter-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url("Inter-ExtraBold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}