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

@layer base {
  @font-face {
    font-family: "Lato Heavy";
    src: url("/fonts/Lato/Lato-Black.ttf");
  }
  @font-face {
    font-family: "Lato Bold";
    src: url("/fonts/Lato/Lato-Bold.ttf");
  }

  @font-face {
    font-family: "Lato Regular";
    src: url("/fonts/Lato/Lato-Regular.ttf");
  }
}
