/* 
Theme Name: Lupine Studios
Author: Mayank Singh
Author URI: https://thewebsitetimes.com/
Version: 1.1
Description: Lupine Studios is a specialized design studio focused on scientific visualization, graphic design, and exhibit development. With a deep foundation in both science and art, we create compelling visuals to educate and engage audiences. Our services cater to researchers, non-profits, museums, botanical gardens, and other institutions. From publication figures and marketing materials to interactive exhibits, Lupine Studios combines expertise and creativity to bring science to life. The theme reflects a clean, professional aesthetic, emphasizing accessibility, education, and visual storytelling.
Text Domain: lupinestudios
*/

/* =====Custom Font: Avenir ===== */
/* Book */
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/Avenir-Book.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/* Book Oblique */
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/Avenir-BookOblique.otf") format("opentype");
  font-weight: 300;
  font-style: oblique;
}
/* Roman */
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/Avenir-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* Medium */
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/Avenir-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
/* Heavy */
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/Avenir-Heavy.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/* Black */
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/Avenir-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}