@import "tailwindcss";
@import "basecoat-css";

@import "@fortawesome/fontawesome-free/css/all.css";
@import "./fontawesome-fonts.css";


/*
@plugin "daisyui" {
  themes: light --default, dark --prefersdark;
  root: ":root";
  include: ;
  exclude: ;
  prefix: ;
  logs: true;
};
*/

@layer base {
  h1 { @apply text-4xl font-bold text-foreground mb-6; }
  h2 { @apply text-3xl font-bold text-foreground mb-5; }
  h3 { @apply text-2xl font-semibold text-foreground mb-4; }
  h4 { @apply text-xl font-semibold text-foreground mb-3; }
  h5 { @apply text-lg font-medium text-foreground mb-2; }
  h6 { @apply text-base font-medium text-foreground mb-2; }
}
