/* Közös lábléc — minden oldalon ugyanez. Forrás: tools/footer/footer.html, szinkron: node tools/footer/sync.mjs.
   Önálló: nem függ az oldalak saját CSS-változóitól, a két márkabetűt maga deklarálja (ugyanazok a fájlok, mint fontok.css-ben;
   ahol az oldal már betöltötte őket, a böngésző nem tölti le újra). */
@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-400.woff2") format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:Fraunces;src:url("/fonts/Fraunces-600.woff2") format("woff2");font-weight:600;font-display:swap}
.hl-footer{background:#1D2433;color:#FFFFFF;padding:50px 0;font:400 15px/1.6 "Nunito Sans",Arial,sans-serif;margin-top:auto}
.hl-footer-in{width:min(1200px,calc(100% - 80px));margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}
.hl-footer-brand{display:inline-block;line-height:0}
.hl-footer-brand img{width:205px;height:auto;display:block}
.hl-footer p{margin:0;font-size:15px;color:#D9DEE4}
.hl-footer-claim{margin-top:14px !important}
.hl-footer-links{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:15px;margin-top:10px}
.hl-footer-links a,.hl-footer a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;text-underline-offset:4px}
.hl-footer-links a:hover,.hl-footer-links a:focus-visible{border-bottom-color:currentColor}
.hl-footer a:focus-visible{outline:3px solid #FFD447;outline-offset:4px}
.hl-footer-legal{display:block;margin-top:22px;font-size:13px;opacity:.75;max-width:60ch}
.hl-footer-main{flex:0 1 auto}
.hl-footer-tagline{font:600 30px/1.15 Fraunces,Georgia,serif !important;color:#FFFFFF !important;white-space:nowrap}
@media (max-width:900px){.hl-footer-in{width:calc(100% - 48px)}}
@media (max-width:640px){
  .hl-footer{padding-block:38px}
  .hl-footer-in{width:calc(100% - 32px);align-items:flex-start;flex-direction:column;gap:24px}
  .hl-footer-brand img{width:160px}
  .hl-footer-tagline{font-size:28px !important}
}
@media print{.hl-footer{display:none}}
