@font-face {
    font-family: 'Cygre';
    src: url("Cygre-Thin.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Cygre';
    src: url("Cygre-ThinIt.ttf") format("truetype");
    font-style: italic;
    font-weight: 100;
    font-display: swap;
}


@font-face {
    font-family: 'Cygre';
    src: url("Cygre-Regular.woff2")format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Cygre';
    src: url("Cygre-RegularIt.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}



@font-face {
    font-family: 'Cygre';
    src: url("Cygre-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Cygre';
    src: url("Cygre-MediumIt.ttf") format("truetype");
    font-style: italic;
    font-weight: 500;
    font-display: swap;
}
