/*
Theme Name: ArtistProof Modern
Theme URI: https://artistproof.dk/
Author: ArtistProof
Description: ArtistProof website and secure Stripe checkout experience.
Version: 0.2.1
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: artistproof-modern
*/

html,
body {
  margin: 0;
  min-height: 100%;
  background: #0b0c0d;
}

#artistproof-root {
  min-height: 100vh;
}

h1 {
  font-size: 6.2rem !important;
}

@media (max-width: 767px) {
  h1 {
    font-size: clamp(3rem, 14vw, 4.2rem) !important;
  }
}
