/**
 * ConnectingIT brand — Franklin Gothic Demi Cond (self-hosted)
 */
@font-face {
  font-family: 'Franklin Gothic Demi Cond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/franklin-gothic-demi-cond.ttf') format('truetype');
}

/* Alias brugt i SVG-logo (Affinity/Serif eksport) */
@font-face {
  font-family: 'FranklinGothic-DemiCond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/franklin-gothic-demi-cond.ttf') format('truetype');
}

:root {
  --cit-brand-font: 'Franklin Gothic Demi Cond', 'Arial Narrow', 'Franklin Gothic Medium', sans-serif;
}

.logo,
.logo-link,
.logo-connect,
.logo-it,
.logo-text,
.footer-logo,
.cit-sidebar-brand,
.kvit-logo,
.pos-header-logo {
  font-family: var(--cit-brand-font);
  font-stretch: condensed;
  letter-spacing: 0.01em;
}

.logo-svg,
.logo-svg img {
  display: block;
  height: 36px;
  width: auto;
  max-width: min(220px, 55vw);
}

header .logo-svg img {
  height: 32px;
}

footer .logo-svg img {
  height: 28px;
}
