/* Font for formica */

/* Lato */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* Noto Sans */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans: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');

.App.trespa.latin *{
	font-family: 'Lato', Helvetica, Sans-Serif !important;
}
.App.trespa *{
	font-family: 'Noto Sans', Sans-Serif !important;
}

/* Custom style */
.btn-primary, .btn-secondary{
    text-transform: uppercase !important;
}
.arrow-icon-brand{
    background-image: url("/assets/arrowTrespaFenix.svg");
    background-repeat: no-repeat;
    width: 9px;
    min-width: 9px;
    height: 16px;
    filter: none;
    -webkit-filter: none;
    transition: all .3s;
}
hr.language-separator{
    height: 2px;
}