/*
 * 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.
 */

.outfit-normal {
  font-family: "Quantico", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.outfit-bold {
  font-family: "Quantico", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

html {
  font-family: "Quantico", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

strong {
  font-weight: 600;
}

.lexxy-content h2 {
  font-size: 1.75rem;
  font-weight: 600;
}

.lexxy-content a {
  text-decoration: underline;
}

.lexxy-content ul {
  list-style-position: inside;
  list-style-type: disc;
}

.lexxy-content ol {
  list-style-position: inside;
  list-style-type: decimal;
}
