:root {
  --ma-color-page: #f7fbff;
  --ma-color-page-rgb: 247 251 255;
  --ma-color-surface: #ffffff;
  --ma-color-surface-rgb: 255 255 255;
  --ma-color-ink: #17231f;
  --ma-color-ink-rgb: 23 35 31;
  --ma-color-muted: #66798a;
  --ma-color-muted-rgb: 102 121 138;
  --ma-color-brand: #2d63a6;
  --ma-color-brand-rgb: 45 99 166;
  --ma-color-brand-strong: #203f82;
  --ma-color-brand-strong-rgb: 32 63 130;
  --ma-color-accent: #c96a2d;
  --ma-color-accent-rgb: 201 106 45;
  --ma-color-line: #dbe8f5;
  --ma-color-line-rgb: 219 232 245;
  --ma-color-focus: #2d63a6;
  --ma-color-focus-rgb: 45 99 166;
  --ma-color-logo-bg: #fafdff;
  --ma-color-logo-bg-rgb: 250 253 255;
  --ma-color-logo-line: #c8dcf1;
  --ma-color-logo-line-rgb: 200 220 241;
  --ma-header-bg-opacity: 0.22;
  --ma-header-bg-scrolled-opacity: 0.52;
  --ma-header-shell-bg-opacity: 0.54;
  --ma-header-shell-bg-scrolled-opacity: 0.68;
  --ma-header-border-opacity: 0.58;
  --ma-header-border-scrolled-opacity: 0.72;
  --ma-touch-ink-color: transparent;
  --ma-scrollbar-firefox-width: thin;
  --ma-scrollbar-size: 0.72rem;
  --ma-scrollbar-track-opacity: 0.68;
  --ma-scrollbar-thumb-opacity: 0.34;
  --ma-scrollbar-thumb-hover-opacity: 0.52;
  --ma-scrollbar-thumb-border-size: 3px;
  --ma-section-bg-saturation: 0.9;
  --ma-section-bg-contrast: 0.96;
  --ma-focus-bg-image: url("/web/assets/images/bg-image-focus.jpg");
  --ma-focus-bg-position: center 52%;
  --ma-focus-bg-opacity: 0.16;
  --ma-research-bg-image: url("/web/assets/images/bg-img-research.jpg");
  --ma-research-bg-position: center 52%;
  --ma-research-bg-opacity: 0.15;
  --ma-contact-bg-image: url("/web/assets/images/bg-img-contact.jpg");
  --ma-contact-bg-position: center 54%;
  --ma-contact-bg-opacity: 0.18;
  --ma-font-sans: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --ma-font-display: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --ma-space-page-x: clamp(1rem, 3vw, 2rem);
  --ma-container-wide: 1180px;
  --ma-header-height: 76px;
  --ma-anchor-offset: calc(var(--ma-header-height) + 1.25rem);
  --ma-section-title-size: clamp(2.2rem, 4.8vw, 4.4rem);
  --ma-section-title-size-mobile: clamp(2.05rem, 11vw, 3.2rem);
  --ma-section-title-line-height: 1;
  --ma-radius-sm: 0.7rem;
  --ma-radius-md: 1.1rem;
  --ma-radius-lg: 1.55rem;
  --ma-shadow-soft: 0 14px 34px rgb(23 35 31 / 0.08);
  --ma-shadow-header: 0 8px 22px rgb(23 35 31 / 0.06);
  --ma-transition-fast: 160ms ease;
  --ma-transition-base: 240ms ease;
}
