/* -- Archivo -- */
@font-face {
    font-family: 'Archivo';
    src: url('./Archivo/Archivo-Black.woff2') format('woff2'),
        url('./Archivo/Archivo-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

@font-face {
    font-family: 'Raleway';
    src: url('./Raleway/Raleway-ExtraBold.woff2') format('woff2'),
        url('./Raleway/Raleway-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('./Raleway/Raleway-Black.woff2') format('woff2'),
        url('./Raleway/Raleway-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('./Raleway/Raleway-Regular.woff2') format('woff2'),
        url('./Raleway/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

