@font-face {
    font-family: 'Dubai';
    src: local('Dubai'), 
         local('Dubai W23 Medium'), 
         url('DubaiW23-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Dubai-Light';
    src: local('Dubai-Light'), 
         local('Dubai W23 Light'), 
         url('DubaiW23-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Roboto-Bold';
  font-style: normal;
  src: local('Roboto-Bold'), url('Roboto-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
    font-family: 'loraitalic';
    src: url('lora-italic-variablefont_wght-webfont.woff2') format('woff2'),
         url('lora-italic-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'oneday';
    font-style: normal;
    src: local('oneday'), url('oneday.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: 400;
    src: local('DMSans'), 
         local('DM Sans'), 
         url('DMSans-Regular.ttf') format('truetype');
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'DMSansBold';
    font-style: normal;
    font-weight: 700;
    src: local('DMSans-Bold'), 
         local('DM Sans Bold'), 
         url('DMSans-Bold.ttf') format('truetype');
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
