@font-face {
    font-family: 'Dubai';
    /* Safari prefers WOFF2/WOFF over TTF, and loading from URL before local() prevents Safari font loading bugs */
    src: url('DubaiW23-Medium.woff2') format('woff2'),
         url('DubaiW23-Medium.woff') format('woff'),
         url('DubaiW23-Medium.ttf') format('truetype'),
         local('Dubai'),
         local('Dubai W23 Medium');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Dubai-Light';
    /* Safari prefers WOFF2/WOFF over TTF, and loading from URL before local() prevents Safari font loading bugs */
    src: url('DubaiW23-Light.woff2') format('woff2'),
         url('DubaiW23-Light.woff') format('woff'),
         url('DubaiW23-Light.ttf') format('truetype'),
         local('Dubai-Light'),
         local('Dubai W23 Light');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  /* Load from URL first to prevent Safari local font loading issues */
  src: url('Roboto-Regular.ttf') format('truetype'),
       local('Roboto');
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'Roboto-Bold';
  font-style: normal;
  font-weight: 700;
  /* Load from URL first to prevent Safari local font loading issues */
  src: url('Roboto-Bold.ttf') format('truetype'),
       local('Roboto-Bold');
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'oneday';
    font-style: normal;
    /* Load from URL first to prevent Safari local font loading issues */
    src: url('oneday.ttf') format('truetype'),
         local('oneday');
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: 400;
    /* Load from URL first to prevent Safari local font loading issues */
    src: url('DMSans-Regular.ttf') format('truetype'),
         local('DMSans'),
         local('DM Sans');
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'DMSansBold';
    font-style: normal;
    font-weight: 700;
    /* Load from URL first to prevent Safari local font loading issues */
    src: url('DMSans-Bold.ttf') format('truetype'),
         local('DMSans-Bold'),
         local('DM Sans Bold');
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
