/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

@font-face {
  font-family: Quicksand;
  src: url("/assets/Quicksand-f26ebc59.ttf");
}

@font-face {
  font-family: RedHatText;
  src: url("/assets/RedHatText-bef4a081.ttf");
}

@font-face {
  font-family: Onest;
  src: url("/assets/Onest-0017e803.ttf");
}

@font-face {
  font-family: Montserrat;
  src: url("/assets/Montserrat-c4756298.ttf");
}

@font-face {
  font-family: InclusiveSans;
  src: url("/assets/InclusiveSans-1ecf8435.ttf");
}

.font-quicksand {
  font-family: Quicksand;
}

.font-redhattext {
  font-family: RedHatText;
}

.font-onest {
  font-family: Onest;
}

.font-montserrat {
  font-family: Montserrat;
}

.font-inclusivesans {
  font-family: InclusiveSans;
}

html {
  font-family: Onest;
}
