/*
 Theme Name:   IVHS
 Theme URI:    https://www.clickandcombust.com
 Description:  Default theme
 Author:       Ignite Design and Advertising
 Author URI:   https://www.clickandcombust.com
 Template:     generatepress
 Version:      1.0
*/
:root { 
  --black: #000000;
  --blue: #2d79ff;
  --cararra: #ececec;
  --celeste: #cecece;
  --crimson: #db0632;
  --gunsmoke: #868686;
  --international-klein-blue: #003da5;
  --pink-swan: #bbbbbb;
  --pink-swan-2: #b6b6b6;
  --silver-chalice: #ababab;
  --white: #ffffff;
 
  --font-size-l: 18px;
  --font-size-m: 16px;
  --font-size-s: 15px;
  --font-size-xl: 20px;
  --font-size-xxl: 24px;
  --font-size-xxxl: 28px;
  --font-size-xxxxl: 40px;
 
  --font-family-fontawesome-regular: "FontAwesome-Regular", Helvetica;
  --font-family-fontawesome_5_free-regular: "FontAwesome 5 Free-Regular", Helvetica;
  --font-family-fontawesome_6_free_solid-solid: "FontAwesome 6 Free Solid-Solid", Helvetica;
  --font-family-niveau_grotesk: "Niveau Grotesk", Helvetica;
  --font-family-niveaugrotesk-bold: "NiveauGrotesk-Bold", Helvetica;
  --font-family-niveaugrotesk-regular: "NiveauGrotesk-Regular", Helvetica;
  --font-family-poppins: "Poppins", Helvetica;
}


@font-face {
  font-family: "NiveauGrotesk-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NIVEAUGROTESKBOLD-SMALLCAPS.OTF");
}
@font-face {
  font-family: "NiveauGrotesk-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NIVEAUGROTESKREGULAR.OTF");
}
@font-face {
  font-family: "FontAwesome-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/FontAwesome Regular.otf") format("opentype");
}
@font-face {
  font-family: "FontAwesome 5 Free-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Font Awesome 5 Free-Regular-400.otf") format("opentype");
}
@font-face {
  font-family: "FontAwesome 6 Free Solid-Solid";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/FONT AWESOME 5 PRO-SOLID-900.OTF");
}

