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

/* NeutrifStudio Font Face Declarations */
@font-face {
  font-family: 'NeutrifStudio';
  src: url("/assets/NeutrifStudio-ed7389ed.woff2") format('woff2'),
       url("/assets/NeutrifStudio-9b5b74f8.woff") format('woff'),
       url("/assets/NeutrifStudio-Regular-b9440f48.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeutrifStudio';
  src: url("/assets/NeutrifStudio-SemiBold-19b05f1d.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeutrifStudio';
  src: url("/assets/NeutrifStudio-Bold-552c8fa7.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
