@font-face {
    font-family: 'Azeret Mono';
    src: url('../fonts/azert-mono/AzeretMono-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    /* Supports the full range */
    font-style: normal;
    font-display: swap;
}

/* base font class */
.azeret-mono {
    font-family: 'Azeret Mono', monospace;
}

.azeret-mono-\[100\] {
    font-family: 'Azeret Mono', monospace;
    font-weight: 100;
}

.azeret-mono-\[200\] {
    font-family: 'Azeret Mono', monospace;
    font-weight: 200;
}

.azeret-mono-\[300\] {
    font-family: 'Azeret Mono', monospace;
    font-weight: 300;
}

.azeret-mono-\[400\] {
    font-family: 'Azeret Mono', monospace;
    font-weight: 400;
}

.azeret-mono-\[500\] {
    font-family: 'Azeret Mono', monospace;
    font-weight: 500;
}

.azeret-mono-\[600\] {
    font-family: 'Azeret Mono', monospace;
    font-weight: 600;
}

.azeret-mono-\[700\] {
    font-family: 'Azeret Mono', monospace;
    font-weight: 700;
}

.azeret-mono-\[800\] {
    font-family: 'Azeret Mono', monospace;
    font-weight: 800;
}

.azeret-mono-\[900\] {
    font-family: 'Azeret Mono', monospace;
    font-weight: 900;
}