@font-face {
  font-family: helvetica_regular;
  src: url('../_Fonts/HelveticaNeueLTStd-Roman.otf');
}

@font-face {
  font-family: helvetica_bold;
  src: url('../_Fonts/HelveticaNeueLTStd-Bd.otf');
}

@font-face {
  font-family: helvetica_medium_it;
  src: url('../_Fonts/HelveticaNeueLTStd-MdIt.otf');
}

@font-face {
  font-family: helvetica_medium;
  src: url('../_Fonts/HelveticaNeueLTStd-Md.otf');
}

@font-face {
  font-family: icons;
  src: url('../_Fonts/Icons2.woff');
}

@font-face {
  font-family: tiempos_regular;
  src: url('../_Fonts/tiempos-regular.woff2');
}

@font-face {
  font-family: tiempos_light_it;
  src: url('../_Fonts/tiempos-light-italic.woff2');
}

@font-face {
  font-family: tiempos_light;
  src: url('../_Fonts/tiempos-light.woff2');
}

:root{
  --c1:rgb(240, 240, 240);
  --c2:rgb(0, 0, 255);
  --c3:rgb(252, 246, 220);
  --c4:rgb(202, 216, 201);
  --border:0.1vw black solid;
  --zoom:1;
}
