@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap');

/* =========================================================
   theme.css
   SOMENTE variáveis de tema (whitelabel-ready)
   ========================================================= */

:root{
  /* BRAND */
  --brand-primary: #c1272d;
  --brand-primary-600: #981017;
  --brand-primary-700: #7d0d12;
  --texto-claro:#626262;

  --brand-accent: #3cab11;
  --brand-accent-700: #16712d;

  /* TEXT */
  --text-900: #1b1f24;
  --text-700: #3b4350;
  --text-500: #667085;
  --text-inverse: #ffffff;
  --text-menu: #626262;

  /* BACKGROUNDS */
  --bg-100: #ffffff;
  --bg-200: #f6f7fb;
  --bg-300: #eef1f7;
  --cadastrese:#24638a;

  /* BORDER */
  --border-200: #e6e8ef;

  /* SHADOW */
  --shadow-1: 0 10px 30px rgba(16, 24, 40, .08);

  /* Hasta Play */
--hasta-play-bg: #f7c600;
--hasta-play-text: #1b1f24;
--hasta-play-button-bg: #000000;
--hasta-play-button-text: #ffffff;

  /* RADII */
  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-pill: 999px;

  /* TYPOGRAPHY */
  --font-sans: "Figtree", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --bs-body-font-family: "Figtree", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif!important;
  --h1: clamp(26px, 2.2vw, 36px);
  --h2: clamp(20px, 1.7vw, 28px);
  --h3: 18px;
  --body: 14px;
  --small: 12px;

  /*DEFAULT COLORS*/
  --v_green:#3cab11;
}


.institucional p, .institucional h4{
 color:var(--texto-claro)!important; 
}