/*** Font site ***/
@font-face {
    font-family: 'SF UI Display';
    src: url('../stylesheet/fonts_1/SFUIDisplay-Light.woff2') format('woff2'),
        url('../stylesheet/fonts_1/SFUIDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF UI Display';
    src: url('../stylesheet/fonts_1/SFUIDisplay-Regular.woff2') format('woff2'),
        url('../stylesheet/fonts_1/SFUIDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF UI Display';
    src: url('../stylesheet/fonts_1/SFUIDisplay-Medium.woff2') format('woff2'),
        url('../stylesheet/fonts_1/SFUIDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF UI Display';
    src: url('../stylesheet/fonts_1/SFUIDisplay-Bold.woff2') format('woff2'),
        url('../stylesheet/fonts_1/SFUIDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
* {
  font-family: "SF UI Display", Arial, sans-serif;
}