/*
 * 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: 'Noto Serif';
  src: url("/assets/NotoSerif-VariableFont_wdth,wght-2fbee482.ttf") format('truetype'),
       url("/assets/NotoSerif-VariableFont_wdth,wght-8492d9d4.woff2") format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif';
  src: url("/assets/NotoSerif-Italic-VariableFont_wdth,wght-55f9b1a9.ttf") format('truetype'),
        url("/assets/NotoSerif-Italic-VariableFont_wdth,wght-63f1fd1f.woff2") format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

