@import url("//hello.myfonts.net/count/418495");
@import url("//hello.myfonts.net/count/41d753");
  
@font-face {
  font-family: "Storica-HeavyRough";
  src: url('assets/webFonts/StoricaHeavyRough/font.woff2') format('woff2'), url('assets/webFonts/StoricaHeavyRough/font.woff') format('woff');
}

@font-face {
  font-family: "Vadelma-Regular";
  src: url('assets/webFonts/VadelmaRegular/font.woff2') format('woff2'), url('assets/webFonts/VadelmaRegular/font.woff') format('woff');
}

body {
  min-height: 100vh;
  font-family: 'Storica-HeavyRough', 'Bakbak One', sans-serif;
  font-weight: 800;
  color: rgb(18, 69, 163);
  background-color: rgb(238, 237, 232);
  scroll-behavior: smooth;
  word-wrap: break-word;
}

.stylized {
  font-family: 'Vadelma-Regular', cursive;
  text-transform: lowercase;
  font-weight: normal;
}

.hover-wavy:hover,
.text-underline-wavy {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-underline-offset: 2px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 2px;
}

section {
  scroll-margin: 5em;
}

nav {
  position: sticky;
  top: 1em;
}

.f0 {
  font-size: 4rem;
}

.w6 {
  width: 32rem;
}

.bg-aw-green { background: rgb(90, 153, 44); }
