@plugin "daisyui" {
}

h1 {
  transform-test: uppercase;
}

:root {
  --display-font: "Playfair Display", serif;
  font-family: "Newsreader", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--display-font)
}

.display-font {
  font-family: var(--display-font)
}
