/* ----------------------------------------------------------------
	Custom font CSS

	aggiungi qui i riferimenti per font custom
-----------------------------------------------------------------*/
@font-face {
    font-family: 'Gill_Sans';
    src: url('./fonts/GillSans.woff2') format('woff2'),
        url('./fonts/GillSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gill_Sans';
    src: url('./fonts/GillSans-Light.woff2') format('woff2'),
        url('./fonts/GillSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans-Light';
    src: url('./fonts/GillSans-Light.woff2') format('woff2'),
        url('./fonts/GillSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}