/* =========================================================
   TOKENS — camada unica de decisao visual.
   Trocar a marca = trocar valores AQUI.
   Nenhum outro arquivo deve conter cor, raio, sombra ou
   familia tipografica literal.
   ========================================================= */
:root {
  --blue: #1767ff;
  --blue-2: #0b4fdc;
  --blue-3: #0639a6;
  --navy: #071535;
  --navy-2: #0b204d;
  --ink: #0c1834;
  --text: #485471;
  --muted: #5c6b88;
  --line: #dfe6f2;
  --soft: #f4f7fc;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(7, 31, 83, .12);
  --container: 1180px;
}
