/* Tokens Avanco Negocios. Paleta oficial do manual da marca. */
:root {
  --accent:        #dc0d15;
  --accent-hover:  #e13138;
  --accent-press:  #bb0b12;
  --accent-soft:   rgba(220, 13, 21, 0.12);
  --brand-black:   #231f20;

  --bg:            #f6f7f9;
  --surface:       #ffffff;
  --border:        #e3e6ea;
  --text:          #1a1d21;
  --text-dim:      #6b7178;
  --danger:        #c1121f;
  --success:       #2f9e44;
  --info:          #1c7ed6;

  --font: "Segoe UI", "Inter", system-ui, -apple-system, Roboto, sans-serif;

  --fs-xs: 12px;
  --fs-sm: 13px;
  --fs-base: 14px;
  --fs-lg: 16px;
  --fs-xl: 20px;
  --fs-2xl: 28px;

  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 24px;
  --sp-6: 32px;

  --radius:    10px;
  --radius-sm: 6px;
  --radius-lg: 16px;

  --shadow-sm: 0 1px 2px rgba(35, 31, 32, 0.06);
  --shadow:    0 8px 24px rgba(35, 31, 32, 0.10);
}
