/* CSS Document */
/*-----fonts---*/
@font-face {
  font-family: "gotham-md";
  src: url("../fonts/gotham-medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "monts-l";
  src: url("../fonts/montserrat-light.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "monts-r";
  src: url("../fonts/montserrat-regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "monts-b";
  src: url("../fonts/montserrat-bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --site-font-r: "monts-l";
  --site-font-b: "monts-b";
  --monts-r: "monts-r";
  --gotham-md: "gotham-md";
}
