/* 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');
}
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;
}
