/* =================================== */
/*             FONTS IMPORTS           */
/* =================================== */
@font-face {
  font-family: "Posterama 2001 W01 Bold";
  src: url("../fonts/Posterama-2001-W01-Bold.woff") format("woff"), url("../fonts/Posterama-2001-W01-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Posterama 2001 W04 Light";
  src: url("../fonts/Posterama-2001-W04-Light.woff") format("woff"), url("../fonts/Posterama-2001-W04-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Twentieth Century";
  src: url("../fonts/Twentieth-Century.woff") format("woff"), url("../fonts/Twentieth-Century.woff2") format("woff2");
}
:root {
  /* ============= COLORS ============= */
  --c1-ls: #dfeeef;
  /* Verde claro original: #edf7f8;  */
  /* Verde claro alternativo: #F7F7F7; */
  --c1-l: #26b9c4;
  /* Alternativo: #dfeeef; */
  /* Original: #26b9c4; */
  --c1: #00848e;
  /* Azul: #005c8e; */
  --c1-d: #007c88;
  --strong: #666666;
  --black: #2d2d2d;
  --white: white;
  --gray: #d4d4d4;
  /* Original: #e5e5e5; */
  --gray-d: #919191;
  /* ============== FONTS ============== */
  --f1-l: "Posterama 2001 W04 Light";
  --f1: "Posterama 2001 W01 Bold";
  --f2: "Twentieth Century";
  /* ========== BORDER RADIUS ========== */
  --br-1:  2px;
  --br-2:  4px;
  --br-3:  6px;
  --br-4:  8px;
  --br-5: 10px;
  /* ============ BOX SHADOW =========== */
  --bs-1: 0px 1px 5px -1px #0000004d;
}
