/* Font faces */
@font-face {
    font-family: 'Digital-7';
    src: url('../fonts/digital-7.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'clockicons';
    src: url('../fonts/clockicons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vpssolah'; 
    src: url('../fonts/vpssolah.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

/* Font classes */
.font-digital {
    font-family: 'Digital-7', monospace;
}

.font-normal {
    font-family: 'Roboto', sans-serif;
} 