/* ----------------------------------------------------------------
    CUSTOM - Configuración con fuentes locales (Archivo)
-----------------------------------------------------------------*/

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .font-secondary {
    font-family: var(--cnvs-secondary-font) !important;
    font-weight: 700 !important;
}

