@font-face {
  font-family: 'Fredoka';
  src: url('fonts/Fredoka-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-weight: 300 700;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Fredoka', sans-serif;
  margin: 1rem;
  border: 4px dashed #12B9E8FF;
}

.blue {
  color: #12B9E8FF;
}

.center {
  text-align: center;
}

img {
  max-width: min(100%, 500px);
}

h1 {
  font-weight: 500;
  margin: 0;
  font-size: clamp(2rem, 10vw, 3rem);
}

h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}

i {
  font-size: 3rem;
}

section {
  margin: 2rem;
  padding-bottom: 2rem;
  border-bottom: 3px solid #CCCCCC;

  &:last-child {
    border: none;
    padding-bottom: 0;
  }
}

.claim {
  color: #999999;
  font-size: 1.5rem;
  margin-top: 0;
}

ul {
  list-style-type: disc;
  margin: 1rem 0;
  margin-left: 2rem;
}

p {
  margin: 1rem 0;
}
