@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stardos+Stencil&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gruppo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sonsie+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Contrail+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ewert&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&display=swap');

/* Western Font Utility Classes */

.rye {
  font-family: 'Rye', cursive;
}
.rocksalt {
  font-family: 'Rock Salt', cursive;
}
.berkshire {
  font-family: 'Berkshire Swash', cursive;
}
.specialelite {
  font-family: 'Special Elite', cursive;
}
.stardos {
  font-family: 'Stardos Stencil', cursive;
}
.almendra {
  font-family: 'Almendra SC', serif;
}
.monoton {
  font-family: 'Monoton', cursive;
}
.cinzel {
  font-family: 'Cinzel Decorative', serif;
}
.imfell {
  font-family: 'IM Fell English SC', serif;
}
.gruppo {
  font-family: 'Gruppo', sans-serif;
}
.sonsie {
  font-family: 'Sonsie One', cursive;
}
.contrail {
  font-family: 'Contrail One', cursive;
}
.ewert {
  font-family: 'Ewert', cursive;
}
.fredericka {
  font-family: 'Fredericka the Great', cursive;
}
.goudy {
  font-family: 'Goudy Bookletter 1911', serif;
}



/* Western Header Combos */

.section-header-rye {
  font-family: 'Rye', cursive;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.section-header-cinzel {
  font-family: 'Cinzel Decorative', serif;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.section-header-goudy {
  font-family: 'Goudy Bookletter 1911, serif;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.section-header-imfell {
  font-family: 'IM Fell English SC', cursive;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.section-header-ewert {
  font-family: 'Ewert', cursive;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}



