@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
/* Self-hosted Montserrat variable font shared by public and operations pages. */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/Montserrat-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/Montserrat-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html body, body *, body *::before, body *::after {
  font-family: 'Montserrat', sans-serif !important;
}
/* Price figures use Inter when available on the visitor's device. */
body #services .service-quote,
body #services .service-quote *,
body #price,
body #price *,
body .booking-summary strong,
body .booking-summary strong * {
  font-family: Inter, Arial, sans-serif !important;
  font-variant-numeric: tabular-nums;
}
html body { font-weight: 400 !important; }
body * { font-weight: inherit !important; }
body :is(p, li, input, textarea, select) { font-weight: 400 !important; }
body :is(.lead, .vehicle-spec, .portal-app td, .portal-app dd) { font-weight: 500 !important; }
body :is(b, strong) { font-weight: 600 !important; }
body :is(button, .btn, .portal-button, label, legend, summary, .eyebrow, .text-link, .nav a, .portal-navigation a, .portal-kicker, th) { font-weight: 700 !important; }
body :is(label, legend, .steps, .footer b, .footer-contact, .cookie-manage) { font-weight: 600 !important; }
body :is(h1, h2, h3, h4, h5, h6) { font-weight: 700 !important; }
body .hero h1, body h1 { font-weight: 800 !important; letter-spacing: -.035em !important; }
body :is(.portal-statistics, .portal-statistics strong, .portal-statistics b, .portal-app .price, .portal-app .status, .portal-app td strong, .portal-app dd strong) { font-weight: 600 !important; font-variant-numeric: tabular-nums; }
body :is(h1,h2,h3,h4,h5,h6,button,.btn,.portal-button,label,legend,summary) :is(span,strong,b) { font-weight: inherit !important; }
/* Keep long Dutch words inside the existing partner card grid. */
.partner-page .grid > .card { min-width:0; overflow-wrap:anywhere; }
.partner-page .grid--three { grid-template-columns:repeat(3,minmax(0,1fr)); }
.partner-page .grid--four { grid-template-columns:repeat(4,minmax(0,1fr)); }
@media(max-width:980px){ .partner-page .grid--three,.partner-page .grid--four { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:720px){ .partner-page .grid--three,.partner-page .grid--four { grid-template-columns:minmax(0,1fr); } }

/* Shared SVG sizing also applies to pages without navigation. */
.gc-icon { display:inline-block; width:1em; height:1em; flex-shrink:0; vertical-align:-.15em; overflow:visible; }
