/* TAILWIND  */
@import "tailwindcss";
@plugin "daisyui";

:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: #F9FAFB;
  background-color: #0D1117;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* FONTS  */
.wnFont {
  font-family: "Englebert", cursive;
  font-weight: 400;
  font-style: normal;
}

.tiFont {
  font-family: "Tinos", serif;
}