@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@1,500&display=swap");
@font-face {
  font-family: "montserrat-regular";
  src: url("../fonts_prog/Montserrat-Regular.otf");
}
@font-face {
  font-family: "montserrat-bold";
  src: url("../fonts_prog/Montserrat-Bold.otf");
}
@font-face {
  font-family: "montserrat-light";
  src: url("../fonts_prog/Montserrat-Light.otf");
}
@font-face {
  font-family: "roboto";
  src: url("../fonts_prog/Roboto-Regular.ttf");
}
@font-face {
  font-family: "myriad-pro";
  src: url("../fonts_prog/Myriad Pro Semibold.ttf");
}
@font-face {
  font-family: "myriad-pro-regular";
  src: url("../fonts_prog/Myriad Pro Regular.ttf");
}
@font-face {
  font-family: "proxima-nova";
  src: url("../fonts_prog/FontsFree-Net-Proxima-Nova-Light.otf");
}
@font-face {
  font-family: "agaramondpro-bold";
  src: url("../fonts_prog/AGaramondPro-Bold.otf");
}
@font-face {
  font-family: "agaramondpro-regular";
  src: url("../fonts_prog/AGaramondPro-Regular.otf");
}
@font-face {
  font-family: "ethnocentric";
  src: url("../fonts_prog/ethnocentric_rg.ttf");
}
@font-face {
  font-family: "chaparral-pro";
  src: url("../fonts_prog/ChaparralPro-Regular.otf");
}
.font-size-1 {
  font-size: 1rem;
}

.font-size-1_2 {
  font-size: 1.2rem;
}

.font-size_0_5 {
  font-size: 0.5rem;
}

.font-size_0_7 {
  font-size: 0.7rem;
}

.font-size_0_6 {
  font-size: 0.6rem;
}

.font-size_0_8 {
  font-size: 0.8rem;
}

.bg-col1 {
  background: #F8BA1F !important;
}

.bg-col2 {
  background: #F8BA1F !important;
}

.bg-col3 {
  background: #CE9B6E !important;
}

.bg-col4 {
  background: #222 !important;
}

.bg-col5 {
  background: #6600AB !important;
}

.text-col1 {
  color: #D99D00 !important;
}

.text-col2 {
  color: #F8BA1F !important;
}

.text-col3 {
  color: #CE9B6E !important;
}

.text-col4 {
  color: #580000 !important;
}

.text-col5 {
  color: #373737 !important;
}

.text-col6 {
  color: #DED3AA !important;
}

.text-col7 {
  color: #11CCCC !important;
}

.font-arial {
  font-family: Arial, Helvetica, sans-serif;
}

.font-mont-re {
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif !important;
}

.font-mont-bo {
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif !important;
}

.font-mont-li {
  font-family: "montserrat-light", Arial, Helvetica, sans-serif !important;
}

.font-robo {
  font-family: "roboto" Arial, Helvetica, sans-serif !important;
}

.font-ethnocentric {
  font-family: "ethnocentric", Arial, Helvetica, sans-serif !important;
}

.font-myriad {
  font-family: "myriad-pro", Arial, Helvetica, sans-serif !important;
}

.font-myriad-regular {
  font-family: "myriad-pro", Arial, Helvetica, sans-serif !important;
}

.font-agar-bold {
  font-family: "agaramondpro-bold", Arial, Helvetica, sans-serif !important;
}

.font-agar-regular {
  font-family: "agaramondpro-regular", Arial, Helvetica, sans-serif !important;
}

.font-chaparral-pro {
  font-family: "chaparral-pro", Arial, Helvetica, sans-serif !important;
}

.font-alegreya {
  font-family: "Alegreya", serif !important;
}

.btn-style1 {
  border-radius: 0 !important;
}

.shadow1 {
  box-shadow: 2px 2px 2px black;
}

.z-index-2 {
  z-index: 2;
}

.hr {
  border-bottom: 1px solid #F8BA1F;
}/*# sourceMappingURL=common.css.map */