/**
 * CraftBeerLand typography: readable storefront copy with condensed headings.
 */

body {
  font-family: "Poppins", sans-serif;
}

h1,
.h1,
h2,
.h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}
