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

@layer base {
  /* Self-hosted brand display font, served from public/fonts. */
  @font-face {
    font-family: "Bulb Monoline";
    src: url("/fonts/OTBulbMonoline-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
}

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
