:root {
  /* Travelex brand */
  --travelex-navy:    #1B2750;
  --travelex-navy-h:  #141d3b;
  --travelex-navy-soft: rgba(27, 39, 80, 0.08);
  --travelex-red:     #E4002B;
  --travelex-red-h:   #b80022;
  --travelex-red-soft: rgba(228, 0, 43, 0.08);

  /* Aliases (legacy class names from Brisbane/Potenciar template — DO NOT use in new code) */
  --brisbane-primary:   var(--travelex-red);
  --brisbane-primary-h: var(--travelex-red-h);
  --brisbane-soft:      var(--travelex-red-soft);
  --brisbane-soft-2:    #fff0f3;
  --potenciar-primary:  var(--travelex-navy);
  --potenciar-soft:     rgba(27, 39, 80, 0.7);

  /* Surfaces */
  --bg-page:    #FFFFFF;
  --bg-card:    #FFFFFF;
  --border:     #E5E7EB;
  --border-strong: #d2d5de;

  /* Text */
  --text-default: #1F1F2E;
  --text-strong:  var(--travelex-navy);
  --text-muted:   rgba(27, 39, 80, 0.65);
  --text-soft:    rgba(27, 39, 80, 0.4);

  /* Status */
  --error:        #E53935;
  --error-soft:   #fdecea;
  --success:      #22C55E;
  --success-soft: #e8f9ee;
  --warning:      #f59e0b;
  --warning-soft: #fff5e6;

  /* Typography */
  --font-sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;

  --fs-helper:  13px;
  --fs-body:    16px;
  --fs-label:   14px;
  --fs-sub:     18px;
  --fs-title:   28px;
  --fs-hero:    32px;

  --fw-regular:  400;
  --fw-medium:   500;
  --fw-semibold: 600;
  --fw-bold:     700;

  --lh-tight: 1.2;
  --lh-base:  1.5;

  /* Spacing (4px scale) */
  --sp-1:  4px;
  --sp-2:  8px;
  --sp-3:  12px;
  --sp-4:  16px;
  --sp-5:  20px;
  --sp-6:  24px;
  --sp-8:  32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-20: 80px;

  /* Radius */
  --radius-sm:   6px;
  --radius-md:   10px;
  --radius-lg:   16px;
  --radius-pill: 999px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(27, 39, 80, 0.04);
  --shadow-md: 0 6px 18px rgba(27, 39, 80, 0.06);
  --shadow-lg: 0 14px 40px rgba(27, 39, 80, 0.10);

  /* Layout */
  --app-frame:        780px;   /* central column with vertical rails */
  --content-max:      440px;   /* inner content max width */
  --header-pad-y:     20px;
  --content-pad-x:    32px;
  --content-pad-y:    40px;
  --bottom-pad-y:     32px;
}
