/* ------ VARIABLES ------ */

:root {
  --turquesa-mk: #438892;
  --light-green-mk: #e6f0f2;
  --rojo-mk: #d33a37;
  --gris-mk: #849699;
  --negro-mk: #2b2d30;
  --font-roman: "HelveticaNeueLTStd-Roman", sans-serif;
  --font-roman2: "HelveticaNeueLTStd-Roman2", sans-serif;
  --font-bold: "HelveticaNeueLTStd-BdCn", sans-serif;
  --font-light: "HelveticaNeueLTStd-LtCn", sans-serif;
  --font-HvIt: "HelveticaNeueLTStd-HvIt", sans-serif;
  --font-ext: "HelveticaNeueLTStd-BlkEx", sans-serif;
}


@font-face {
  font-family: "HelveticaNeueLTStd-HvIt";
  src: url("../fonts/HelveticaNeueLTStd-HvIt.otf");
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Roman2";
  src: url("../fonts/HelveticaNeueLTStd-Roman.otf");
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueLTStd-BlkEx";
  src: url("../fonts/HelveticaNeueLTStd-BlkEx.otf");
}

@font-face {
  font-family: "HelveticaNeueLTStd-Roman";
  src: url("../fonts/helveticaneueltw05-55roman.woff2") format("woff2"),
    url("../fonts/helveticaneueltw05-55roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueLTStd-BdCn";
  src: url("../fonts/helveticaneueltw05-77boldcn.woff2") format("woff2"),
    url("../fonts/helveticaneueltw05-77boldcn.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd-LtCn";
  src: url("../fonts/helveticaneueltw05-47ltcn.woff2") format("woff2"),
    url("../fonts/helveticaneueltw05-47boldcn.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}



