/*
 * 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.
 */
 
 /* Google Fonts as @import for now, may need installed fonts for data load */
 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* html {
  font-family: "Roboto", Arial, sans-serif, "Apple Color Emoji",  
  line-height: 1.5; 
} 
*/

/* The Adobe Caslon Pro font family below needs the !important declaration, as styles may be overridden by other styles when compiled and precedence is applied */
.caslon-pro-bold {
  font-family: "adobe-caslon-pro", serif !important;
  font-weight: 700;
  font-style: normal;
}

.caslon-pro-semibold {
  font-family: "adobe-caslon-pro", serif !important;
  font-weight: 600;
  font-style: normal;
}

.caslon-pro-semibold-italic {
  font-family: "adobe-caslon-pro", serif !important;
  font-weight: 600;
  font-style: italic;
}

.caslon-pro-regular {
  font-family: "adobe-caslon-pro", serif !important;
  font-weight: 400;
  font-style: normal;
}

