/* Zaakceptowany kierunek 3A. Atlantyk — 2026-09-26. */
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400; font-display: swap; src: url('./fonts/manrope-400.ttf') format('truetype'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 500; font-display: swap; src: url('./fonts/manrope-500.ttf') format('truetype'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 600; font-display: swap; src: url('./fonts/manrope-600.ttf') format('truetype'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 700; font-display: swap; src: url('./fonts/manrope-700.ttf') format('truetype'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 800; font-display: swap; src: url('./fonts/manrope-800.ttf') format('truetype'); }
:root {
  --brand-navy: #172C46;
  --brand-blue: #B7D6ED;
  --brand-amber: #FFBC66;
  --brand-pearl: #F4F7FA;
  --brand-font-family: 'Manrope', Arial, sans-serif;
  --brand-logo-font-weight: 800;
  --brand-logo-letter-spacing: -0.06em;
  --brand-logo-line-height: 1;
}
