@font-face {
    font-family: 'B';
    src: url('./font/Literata-Bold.woff') format('truetype');
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: 'R';
    src: url('./font/Literata-Regular.woff') format('truetype');
    font-weight: normal;
    font-display: swap;
}