@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/Inter-Variable.woff2") format("woff2");
}

:root {
  color-scheme: light;
  font-family: Arial, sans-serif;
  color: #000000;
  background: #FFCCFF;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 100%;
  min-height: 100%;
  background: #FFCCFF;
}

body {
  display: grid;
  min-width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 24px;
  place-items: center;
  overflow: auto;
  color: #000000;
  background: #FFCCFF;
}

@supports (min-height: 100svh) {
  body {
    min-height: 100svh;
  }
}

.closure {
  display: inline-grid;
  width: fit-content;
  max-width: 100%;
  justify-items: center;
}

h1 {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2.5rem, min(8vw, 12vh), 5.5rem);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.status {
  justify-self: center;
  margin: 0.4em 0 0;
  font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
  font-size: clamp(1.25rem, min(3.2vw, 4.8vh), 2.25rem);
  font-weight: 600;
  line-height: 1;
  transform: rotate(-4deg);
  transform-origin: center;
  white-space: nowrap;
}
