﻿/* AGGIUNGERE QUI I font-face DESIDERATI PER SOVRASCRIVERE QUELLI IN core\fonts\ */

/* Variable font: copre tutti i pesi*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900;
    src: url(roboto_variable.ttf) format('truetype');
}
 
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    src: url(manrope_variable.ttf) format('truetype');
}

body, .incore label, .incore select, .incore span, .incore a, .incore p,
.incore .btn {
    font-family: "Manrope", sans-serif;
}
.wizard .h1,
.wizard .h2,
.wizard .h3,
.wizard .h4,
.incore .btn {
font-family: "Roboto", sans-serif;
}

.incore .filcasa-menu-button {
font-family: "Inter", sans-serif;
}

.incore .richieste-titolo {
    font-family:"Manrope", sans-serif;
    font-weight:600;
    font-size: 14px;
}

.incore .h3 {
    font-size: 18px;
}
.incore span.dt-column-title {
    font-family: "SpaceGrotesk", sans-serif;
}
