/*!
 * fonts.scss
 * 
 * Font-face declarations and typography settings.
 * Manages font families, weights, and custom font utilities.
 */
/*---------- Libre Franklin ----------*/
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../webfonts/LibreFranklin/LibreFranklin-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/*---------- Source Sans 3 ----------*/
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../webfonts/SourceSans3/SourceSans3-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

/*# sourceMappingURL=fonts.css.map */
