/* OPEN: LISTA DE TOKENS PRIMARIOS */
:root {





  /* ----------------------------------------------------------------------- COLORES */


  /* Colores Neutrales */
  --neutral: #ffffff;
  --neutral100: #F8F8FA;

  /* Color Primario principal */
  --primary500: #041E42;

  /* Color Accent */
  --accent: #0030FF;
  --accent-hover: #012BC6;

  /* Color Digital */
  --digital: #FF1FF5;

  /* Color Servicios */
  --servicios: #09F09C;


  /* Colores Feedback */
  --error25: rgba(238, 38, 119, 0.1);
  --error500: #ee2677;
  --error900: #df1b6a;

  --success25: rgba(122, 231, 199, 0.1);
  --success500: #7ae7c7;
  --success900: #228366;


  /* ----------------------------------------------------------------------- TIPOGRAFIAS */


--typo-base: "Syne", sans-serif;
--typo-display: "Parabole", "Syne", sans-serif;



  /* ----------------------------------------------------------------------- TIPOGRAFIAS */

  /* Border Radius */
  --corner-none: 0px;
  --corner-extra-small: 4px;
  --corner-small: 8px;
  --corner-medium: 12px;
  --corner-large: 16px;
  --corner-extra-large: 24px;
  --corner-full: 100px;







}

/* CLOSE: LISTA DE TOKENS PRIMARIOS */



/* OPEN: LISTA DE TOKENS SEMANTICOS */

:root { 


--color-text-base: var(--primary500);
--color-text-emphasis:var(--accent);





}







/* CLOSE: LISTA DE TOKENS SEMANTICOS */