﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=SUSE:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
/* Google Font Import - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*Google Font Import - Geologica*/
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');
/*Google Font Import - Source Code Pro*/
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');


/*OPEN SANS*/
.open-sans-light {
    font-family: "Open Sans", serif;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.open-sans-regular {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.open-sans-medium {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.open-sans-semibold {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.open-sans-bold{
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.open-sans-extrabold {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

/*SUSE*/
.Suse {
    font-family: "SUSE", system-ui;
    font-weight: 400;
    font-style: normal;
}

/*RALEWAY*/
.Raleway {
    font-family: "Raleway", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/*ROBOTO*/
.roboto-thin {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: italic;
}

.noto-sans-regular {
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.noto-sans-light {
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.dancing-script-normal {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
/*POPPINS*/
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*Geologica*/
.geologica-bold {
    font-family: 'Geologica', sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wght" 700, "CRSV" 0.5;
}

.geologica-semibold {
    font-family: 'Geologica', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wght" 400, "CRSV" 0.5;
}

/*Source Code Pro*/
.font-sc {
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-style: normal;
}

.SourceCode-200 {
    font-family: "Source Code Pro", monospace;
    font-weight: 200;
}

.SourceCode-300 {
    font-family: "Source Code Pro", monospace;
    font-weight: 300;
}

.SourceCode-400 {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
}

.SourceCode-500 {
    font-family: "Source Code Pro", monospace;
    font-weight: 500;
}

.SourceCode-600 {
    font-family: "Source Code Pro", monospace;
    font-weight: 600;
}

.SourceCode-700 {
    font-family: "Source Code Pro", monospace;
    font-weight: 700;
}

.SourceCode-800 {
    font-family: "Source Code Pro", monospace;
    font-weight: 800;
}

.SourceCode-900 {
    font-family: "Source Code Pro", monospace;
    font-weight: 900;
}

/* Variante en cursiva */
.SourceCode-italic {
    font-family: "Source Code Pro", monospace;
    font-style: italic;
}

/* Combinadas (opcional) */
.SourceCode-400-italic {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
    font-style: italic;
}

.SourceCode-700-italic {
    font-family: "Source Code Pro", monospace;
    font-weight: 700;
    font-style: italic;
}