@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/outfit-v15-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/outfit-v15-latin-700.woff2') format('woff2');
}

/* KeepJam SVG logo */
.keepjam-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.keepjam-logo-svg {
  height: 32px;
  width: auto;
}

.keepjam-logo-svg.logo-lg {
  height: 48px;
}

/* Dark mode: white stroke and text */
.dark .keepjam-logo-svg {
  --logo-text-fill: #ffffff;
  --logo-stroke: #ffffff;
}
