@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: "Abar";
  src: url("./fonts/AbarFaNum-VF.woff2") format("woff2"),
    url("./fonts/Abar-VF.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Abar" !important;
  min-height: 100vh;
  margin: 0;
  background: radial-gradient(
    circle 1000px at 75% 85%,
    #1a4b59 0%,
    #081318 70%,
    #050a0e 100%
  );
}
