@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    src: url(./prompt-400.ttf) format('truetype');
}
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    src: url(./prompt-500.ttf) format('truetype');
}
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    src: url(./prompt-600.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(./inter-400.ttf) format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url(./inter-500.ttf) format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url(./inter-600.ttf) format('truetype');
}
