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

@layer base {
  @font-face {
    font-family: "Fleuron";
    src: url("/fonts/FleuronRegular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "InstrumentSerif";
    src: url("/fonts/InstrumentSerif-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "PPMori";
    src: url("/fonts/PPMori-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "SAJackson";
    src: url("/fonts/SAJackson.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
  }
}
