/* ingyenesmunkalapgenerator.hu - generated from variant.lock.json. Do not hand-edit.
   palette: ink-cobalt (modern B2B, confident, technical)
   type:    barlowcond-barlow
   usage:   Teal accent only for secondary actions and inline links. Two blues never touch. */
:root {
  --background-color: #FFFFFF;
  --surface-color: #FFFFFF;
  --default-color: #374151;
  --heading-color: #111827;
  --accent-color: #1D4ED8;
  --contrast-color: #FFFFFF;
  --default-font: Barlow, 'Segoe UI', system-ui, sans-serif;
  --heading-font: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --nav-font: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --nav-mobile-background-color: #FFFFFF;
  --nav-dropdown-background-color: #FFFFFF;
  --nav-dropdown-color: #111827;
  --nav-dropdown-hover-color: #1D4ED8;
}

.light-background {
  --background-color: #F3F4F6;
  --surface-color: #FFFFFF;
}

.dark-background {
  --background-color: #111827;
  --default-color: #FFFFFF;
  --heading-color: #FFFFFF;
  --surface-color: #374151;
  --accent-color: #0F766E;
  --contrast-color: #111827;
  --nav-color: rgba(255, 255, 255, 0.85);
  --nav-hover-color: #0F766E;
}

/* The brand-colour block scope. 14 templates use it, and techie-pro applies it
   to the HERO - so omitting it leaves the most visible section of the page in
   the template's stock colour while everything else themes correctly. */
.accent-background {
  --background-color: #1D4ED8;
  --default-color: #FFFFFF;
  --heading-color: #FFFFFF;
  --accent-color: #FFFFFF;
  --surface-color: #1739A8;
  --contrast-color: #1D4ED8;
  --nav-color: rgba(255, 255, 255, 0.85);
  --nav-hover-color: #FFFFFF;
}

.transparent-background {
  --background-color: transparent;
  --surface-color: transparent;
}

body {
  font-size: 16px;
  line-height: 1.6;
}

/* The imported themes ship muted helper text at their own grey, which survives
   a palette override and fails WCAG AA. axe measured 2.34:1 on .fst-italic
   (#a3aab4 on white) on the first real page. Pin these to the palette's
   secondary ink, which is contrast-checked. */
.fst-italic, .text-muted, small, figcaption {
  color: #374151 !important;
}

/* A long wordmark wraps at 375px and collides with the hero heading beneath a
   transparent overlay header. Cap it so the two never overlap. */
@media (max-width: 575.98px) {
  .logo h1, .logo .sitename, .navbar-brand {
    font-size: 1.05rem !important;
    line-height: 1.2;
  }
}
