@font-face {
  font-family: "Sanuk";
  src: url("../fonts/SanukOT-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Sanuk";
  src: url("../fonts/SanukOT-Bold.otf") format("opentype");
  font-weight: bold;
}

body,
h1,
h2,
h3,
input,
textarea {
  font-family: "Sanuk", sans-serif;
  font-size: 16px;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.7rem;
}

h2,
h3 {
  font-weight: bold;
}

#logo {
  line-height: unset;
  height: unset;
  letter-spacing: 2px;
}

section.main.fullscreen {
  background-size: 256px 256px, cover;
  background-attachment: fixed, fixed;
  background-position: top left, top center;
  background-repeat: repeat, no-repeat;
}

body section:first-of-type img {
  max-width: 100%;
}
