@layer base {
  @font-face {
    font-family: "Alex";
    font-weight: 100;
    src: url("../public/assets/fonts/Alex/Alexandria-Thin.ttf");
    font-display: swap;
  }

  @font-face {
    font-family: "Alex";
    font-weight: 200;
    src: url("../public/assets/fonts/Alex/Alexandria-ExtraLight.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 300;
    src: url("../public/assets/fonts/Alex/Alexandria-Light.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 400;
    src: url("../public/assets/fonts/Alex/Alexandria-Regular.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 500;
    src: url("../public/assets/fonts/Alex/Alexandria-Medium.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 600;
    src: url("../public/assets/fonts/Alex/Alexandria-SemiBold.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 700;
    src: url("../public/assets/fonts/Alex/Alexandria-Bold.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 800;
    src: url("../public/assets/fonts/Alex/Alexandria-ExtraBold.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 900;
    src: url("../public/assets/fonts/Alex/Alexandria-Black.ttf");
    font-display: swap;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type="number"] {
    -moz-appearance: textfield;
  }
}
