/*==================================================
FUENTES LOCALES
==================================================*/

@font-face{
    font-family:"General Sans";
    src:url("../fonts/GeneralSans/GeneralSans-Regular.woff2") format("woff2");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:"General Sans";
    src:url("../fonts/GeneralSans/GeneralSans-Medium.woff2") format("woff2");
    font-weight:500;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:"General Sans";
    src:url("../fonts/GeneralSans/GeneralSans-Semibold.woff2") format("woff2");
    font-weight:600;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:"General Sans";
    src:url("../fonts/GeneralSans/GeneralSans-Bold.woff2") format("woff2");
    font-weight:700;
    font-style:normal;
    font-display:swap;
}

/*------------------------------------------*/

@font-face{
    font-family:"Inter";
    src:url("../fonts/Inter/Inter_18pt-Regular.woff2") format("woff2");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:"Inter";
    src:url("../fonts/Inter/Inter_18pt-Medium.woff2") format("woff2");
    font-weight:500;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:"Inter";
    src:url("../fonts/Inter/Inter_18pt-SemiBold.woff2") format("woff2");
    font-weight:600;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:"Inter";
    src:url("../fonts/Inter/Inter_18pt-Bold.woff2") format("woff2");
    font-weight:700;
    font-style:normal;
    font-display:swap;
}

/*==================================================
TIPOGRAFÍA GLOBAL
==================================================*/

body{

    font-family:"Inter",sans-serif;

    font-size:18px;

    line-height:1.7;

    font-weight:400;

    color:var(--color-text);

    font-synthesis:none;

    text-rendering:optimizeLegibility;

    -webkit-font-smoothing:antialiased;

    -moz-osx-font-smoothing:grayscale;

}

h1,h2,h3,h4,h5,h6{

    font-family:"General Sans",sans-serif;

    color:var(--color-white);

    font-weight:700;

    line-height:1;

    letter-spacing:-0.04em;

}

h1{
    font-size:clamp(3.8rem,6vw,6.2rem);
}

h2{
    font-size:clamp(2.8rem,4vw,4.5rem);
}

h3{

    font-size:clamp(1.6rem,2vw,2.4rem);

}

p{

    color:var(--color-text-light);

}