@font-face {
    font-family: 'Nunito-Normal';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: 100; /* Thin */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-Normal';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: 200; /* Extra Light */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-Normal';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-Normal';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: 400; /* Normal */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-Normal';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-Normal';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: 600; /* Semi Bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-Normal';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-Normal';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: 800; /* Extra Bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-Normal';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: 900; /* Black */
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Nunito-Normal', sans-serif;
}

/* Clases para utilizar las distintas opciones de peso */
.font-thin {
    font-weight: 100;

}

.font-extralight {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}
