/**
*  importa font con font face
*/

@font-face {
    font-family: 'MostraOneRegular'; /*IN REALTA' IL FONT E' EBRIMA ABBIAMO SCRITTO MOSTRAONEREGULAR PER NON MODIIFCARE IL FILE CSS*/
    src: url('./fonts/MyriadPro-Regular.woff2') format('woff2'),
         url('./fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Big Caslon';
    src: url('./fonts/BigCaslon-Medium.woff2') format('woff2'),
        url('./fonts/BigCaslon-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@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;
}