/*
 * Font locali del sito.
 * I file binari dei font proprietari non sono presenti nel repository: le famiglie
 * restano dichiarate qui per usare eventuali installazioni locali del sistema e
 * degradare in modo stabile su fallback web-safe senza richieste a provider font.
 */
@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Medium'), local('Inter');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Semi Bold'), local('Inter');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: local('Clash Display Regular'), local('Clash Display');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: local('Clash Display Medium'), local('Clash Display');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: local('Clash Display SemiBold'), local('Clash Display');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: local('Clash Display Bold'), local('Clash Display');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
