/* Shared SYNEDAT brand values, matched to the public site-v59 reference.
 * All NGW domains inherit these values from EXT:synedat_base.
 */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../Fonts/inter-variable.woff2') format('woff2');
}
/* The five website languages use this smaller face. The full face above
 * continues to cover other scripts and symbols in editorial content. */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../Fonts/inter-western-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-036F, U+1E9E, U+2000-206F, U+20A0-20CF, U+2122, U+2190-21FF, U+2212, U+2215, U+2304, U+FEFF, U+FFFD;
}
body.ngw-site-design {
  --ngw-bg: #f7fbfd;
  --ngw-bg-soft: #edf8fb;
  --ngw-ink: #071a33;
  --ngw-muted: #5d7088;
  --ngw-accent: #008c95;
  --ngw-accent-dark: #006b79;
  --ngw-accent-light: #15c7d6;
  --ngw-line: #d9e7ee;
  --ngw-card: #fff;
  --ngw-dark: #061527;
  --ngw-shadow: 0 22px 60px rgb(6 32 58 / 12%);
  --ngw-radius: 24px;
  --ngw-container: 1180px;
  --ngw-gutter: 42px;
  --ngw-font: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
