/* ==========================================================================
   TOKENS — EMCJ_Design-System.
   Fonte única das variáveis de marca usadas por home, o-que-fazemos,
   a-emcomjunto, blog e varejo. (pesquisa-clinica.html usa um sistema visual
   próprio — ver css/random/variables.css.)
   ========================================================================== */
:root{
  --marca-50:#F3F8FC; --marca-100:#DFEFFB; --marca-200:#B5DBF8; --marca-300:#80C0EF;
  --marca-400:#53A9EA; --marca-500:#40A0E7; --marca-600:#1F88D6; --marca-700:#206DA7;
  --marca-800:#1D537C; --marca-900:#183D59;
  --terra-300:#D39E92; --terra-400:#C47E6E; --terra-500:#B55D49; --terra-600:#A63D25;
  --n-0:#FFFFFF; --n-50:#FAFAFA; --n-200:#E6E6E6; --n-300:#D1D1D1;
  --n-400:#A3A3A3; --n-500:#737373; --n-600:#525252; --n-900:#171717;
  --petroleo:#083251; --ceu:#9BD4F4; --profundo-900:#031526; --profundo-800:#071C31;
  --luminoso-500:#41AFFF; --luminoso-300:#A8DEFF;

  --esp-1:4px; --esp-2:8px; --esp-3:12px; --esp-4:16px; --esp-5:24px;
  --esp-6:32px; --esp-7:48px; --esp-8:64px; --esp-9:96px;
  --r-sm:4px; --r-md:8px; --r-lg:16px; --r-xl:24px; --r-full:999px;

  --display:'Space Grotesk',system-ui,-apple-system,sans-serif;
  --acento-f:'Cormorant Garamond',Georgia,serif;

  --shell:1248px; --gutter:96px;
  --ease:cubic-bezier(.22,.61,.36,1);
  --suave:cubic-bezier(.16,1,.3,1);
}
