@font-face {
    font-family: 'BarlowS';
    src: url('Barlow-SemiBold.woff2') format('woff2'),
        url('Barlow-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PubliFluor';
    src: url('fontes/PubliFluorNormale.woff2') format('woff2'),
        url('fontes/PubliFluorNormale.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('fontes/Barlow-Regular.woff2') format('woff2'),
        url('fontes/Barlow-Regular.woff') format('woff'),
        url(fontes/Barlow-Regular.ttf)format('truetype');
      
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fluxisch Else';
    src: url('fontes/fluxischelse-bold.woff2') format('woff2'),
        url('fontes/fluxischelse-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fluxisch Else';
    src: url('fontes/fluxischelse-regular.woff2') format('woff2'),
        url('fontes/fluxischelse-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fluxisch Else';
    src: url('fontes/fluxischelse-light.woff2') format('woff2'),
        url('fontes/fluxischelse-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Insolente';
    src: url('fonte/Insolente-Regular.woff') format('woff2'),
        url('fonte/Insolente-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }


@page{margin-left:5mm;
    margin-right: 5mm; 
    margin-bottom: 9mm;
    margin-top: 5mm;
size: 21cm 29.7cm ;
marks:crop cross;
}
@page :first{margin-left:0mm;
    margin-right: 0mm; 
    margin-bottom: 0mm;
    margin-top: 0mm;
    marks:crop cross;
    word-break: normal;
}

img{resize: 200%;}

@media print {
    img {
        display: block;
        visibility: visible;
    }
}
