@font-face {
    font-family: DejaVu-Sans;
    font-weight: 200;
    font-style: normal;
    src: url('/fonts/DejaVuSans-ExtraLight.ttf');
    font-display: swap;
}

@font-face {
    font-family: DejaVu-Sans;
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/DejaVuSans.ttf');
    font-display: swap;
}

@font-face {
    font-family: DejaVu-Sans;
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/DejaVuSans-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: DejaVu-Sans;
    font-weight: 400;
    font-style: italic;
    src: url('/fonts/DejaVuSans-Oblique.ttf');
    font-display: swap;
}

@font-face {
    font-family: DejaVu-Sans;
    font-weight: 700;
    font-style: italic;
    src: url('/fonts/DejaVuSans-BoldOblique.ttf');
    font-display: swap;
}