/* Local variable font: no Google Fonts request or third-party font dependency. */
@font-face {
  font-family: 'Manrope';
  src: url('fonts/Manrope-variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
html body, body *, body *::before, body *::after {
  font-family: 'Manrope', sans-serif !important;
}
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; }
