/* Archivo Light */
@font-face {
    font-family: 'Archivo';
    src: url('./archivo/Archivo-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Archivo Regular */
@font-face {
    font-family: 'Archivo';
    src: url('./archivo/Archivo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Archivo Medium */
@font-face {
    font-family: 'Archivo';
    src: url('./archivo/Archivo-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Archivo SemiBold */
@font-face {
    font-family: 'Archivo';
    src: url('./archivo/Archivo-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Archivo Bold */
@font-face {
    font-family: 'Archivo';
    src: url('./archivo/Archivo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* DM Mono Light */
@font-face {
    font-family: 'DM Mono';
    src: url('./dm-mono/DMMono-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* DM Mono Regular */
@font-face {
    font-family: 'DM Mono';
    src: url('./dm-mono/DMMono-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* DM Mono Medium */
@font-face {
    font-family: 'DM Mono';
    src: url('./dm-mono/DMMono-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
