:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  color: #111111;
  background: #ffffff;
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: #ffffff;
}

body {
  min-height: 100svh;
  -webkit-font-smoothing: antialiased;
}

main {
  min-height: 100svh;
  padding: clamp(1.25rem, 3vw, 2.75rem);
}

.company {
  margin: 0;
  font-size: clamp(0.68rem, 0.8vw, 0.78rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1;
  text-transform: lowercase;
}

h1 {
  margin: clamp(4.5rem, 11vh, 8.5rem) 0 0;
  font-size: clamp(3.75rem, 11vw, 10.5rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-transform: lowercase;
}

.error-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.error-page .brand {
  color: inherit;
  font-size: 0.75rem;
  text-decoration: none;
}

.error-page h1 {
  margin-bottom: 2rem;
}

.error-page p,
.error-page a {
  color: inherit;
}

@media (max-width: 600px) {
  h1 {
    margin-top: 5.5rem;
    font-size: clamp(3.5rem, 18vw, 6rem);
  }
}
