
@font-face {
  font-family: obi-regular;
  src: url("../fonts/ObiSans_ML_20_Regular.ttf");
}

@font-face {
  font-family: obi-heavy;
  src: url("../fonts/ObiSans_ML_20_Heavy.ttf");
}

* {
  box-sizing: border-box;
}

body {
  font-family: obi-regular;
}

@tailwind base;
@tailwind components;
@tailwind utilities;
