:root {
  --header-weight: 700;
}

html,
input {
  font-family: "ClashDisplay-Medium", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

input[type="submit"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ClashDisplay-Variable", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-variation-settings: "wght" var(--header-weight);
  transition: font-variation-settings 0.5s ease-in-out;
}

path {
  stroke-width: 4px;
  stroke-linejoin: round;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.full-w {
  width: 100%;
}
