@layer base {
     @font-face {
          font-family: 'Dubai-Bold';
          src: url(../fonts/DUBAI-BOLD.TTF);
     }

     @font-face {
          font-family: 'Dubai-Light';
          src: url(../fonts/DUBAI-LIGHT.TTF);
     }

     @font-face {
          font-family: 'Dubai-Medium';
          src: url(../fonts/DUBAI-MEDIUM.TTF);
     }

     @font-face {
          font-family: 'Dubai-Regular';
          src: url(../fonts/DUBAI-REGULAR.TTF);
     }

     input[type="number"]::-webkit-inner-spin-button,
     input[type="number"]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0;
     }
}