@charset "utf-8";
/*Uso de letra predeterminada para toda la pagina web*/
@font-face {
    font-family: "darker";
    font-style: normal;
    font-weight: bold;
    src: local("?"), url("/css/fonts/DarkerGrotesque-Regular.woff") format("woff"), url("/css/fonts/DarkerGrotesque-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "darker-bold";
    font-style: normal;
    font-weight: bold;
    src: local("?"), url("/css/fonts/DarkerGrotesque-Bold.woff") format("woff"), url("/css/fonts/DarkerGrotesque-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "montserrat";
    font-style: normal;
    font-weight: bold;
    src: local("?"), url("/css/fonts/Montserrat-Regular.woff") format("woff"), url("/css/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "thasadith";
    font-style: normal;
    font-weight: bold;
    src: local("?"), url("/css/fonts/Thasadith-Regular.woff") format("woff"), url("/css/fonts/Thasadith-Regular.ttf") format("truetype");
}