@charset "utf-8";
/*Uso de letra predeterminada para toda la pagina web*/
@font-face {
    font-family: "PrincipalFont";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/css/fonts/goldoni_demo.woff") format("woff"), url("/fonts/goldoni_demo.ttf") format("truetype");
}
@font-face {
    font-family: "SecundaryFont";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/css/fonts/font2.woff") format("woff"), url("/fonts/font2.ttf") format("truetype");
}
@font-face {
    font-family: "ThirdFont";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/css/fonts/znikomit.woff") format("woff"), url("/fonts/znikomit.ttf") format("truetype");
}
@font-face {
    font-family: "RidderPrincipal";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/css/fonts/Saira-Regular.woff") format("woff"), url("/fonts/Saira-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "RidderPrincipalLight";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/css/fonts/Saira-Light.woff") format("woff"), url("/fonts/Saira-Light.ttf") format("truetype");
}
@font-face {
    font-family: "RidderPrincipalThin";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/css/fonts/Saira-Thin.woff") format("woff"), url("/fonts/Saira-Thin.ttf") format("truetype");
}
@font-face {
    font-family: "RidderPrincipalBold";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/css/fonts/Saira-Bold.woff") format("woff"), url("/fonts/Saira-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "RidderPrincipalExtraBold";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/css/fonts/Saira-ExtraBold.woff") format("woff"), url("/fonts/Saira-ExtraBold.ttf") format("truetype");
}
@font-face {
    font-family: "RidderPrincipalSemiBold";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/css/fonts/Saira-SemiBold.woff") format("woff"), url("/fonts/Saira-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "RidderSecundary";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/css/fonts/Rajdhani-Regular.woff") format("woff"), url("/fonts/Rajdhani-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "RidderSecundaryLight";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/css/fonts/Rajdhani-Light.woff") format("woff"), url("/fonts/Rajdhani-Light.ttf") format("truetype");
}
@font-face {
    font-family: "RidderSecundaryBold";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/css/fonts/Rajdhani-Bold.woff") format("woff"), url("/fonts/Rajdhani-Bold.ttf") format("truetype");
}