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

/* Fonts -- Montserrat, Inter, Noto Sans, Roboto, Inter Tight */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/Helvetica_Neue/HelveticaNeue-Medium-028faec2.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/Helvetica_Neue/HelveticaNeue-Bold-9360e5f1.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/Helvetica_Neue/HelveticaNeue-Light-f5bd5c51.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/Helvetica_Neue/HelveticaNeue-Thin-cf47634f.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/Helvetica_Neue/HelveticaNeue-Roman-d7b8b33b.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("/assets/Futura/Futura-Medium-64eff6ce.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now";
  src: url("/assets/Helvetica_Now/Now-Regular-BF6542f7138c477-f405cb3e.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now";
  src: url("/assets/Helvetica_Now/Now-Medium-BF6542f7137648d-e17fff65.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now";
  src: url("/assets/Helvetica_Now/Now-Bold-BF6542f7138a8d2-dce15283.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}