/* Context Blend brand kit.
   Fonts sourced from Google Fonts (Inter + Oxanium, OFL) and self-hosted so
   the site keeps the existing `style-src 'self'` / `font-src 'self'` posture.
   Channel imagery is sourced from the public Context Blend YouTube channel. */

@font-face {
  font-family: "CB Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/context-blend/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "CB Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/context-blend/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "CB Oxanium";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("/assets/context-blend/fonts/oxanium-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "CB Oxanium";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("/assets/context-blend/fonts/oxanium-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --cb-font-display: "CB Oxanium", "Oxanium", "Space Grotesk", "Segoe UI", system-ui, -apple-system, sans-serif;
  --cb-font-body: "CB Inter", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --cb-asset-avatar: url("/assets/context-blend/images/channel-avatar.webp");
  --cb-asset-banner: url("/assets/context-blend/images/channel-banner.webp");

  --cb-bg: #080b14;
  --cb-ink: #f7f8ff;
  --cb-cyan: #29b6ff;
  --cb-blue: #3b82f6;
  --cb-violet: #8b5cf6;
  --cb-magenta: #ec4899;
  --cb-rose: #ff386d;
  --cb-orange: #ff7a1a;
  --cb-gold: #ffb347;
  --cb-spectrum: linear-gradient(90deg, var(--cb-cyan), var(--cb-blue), var(--cb-violet), var(--cb-magenta), var(--cb-orange));
}

.cb-wordmark {
  font-family: var(--cb-font-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  line-height: 1;
  font-size: clamp(1.25rem, 3.5vw, 2.75rem);
  text-decoration: none;
  white-space: nowrap;
}
.cb-wordmark .ctx {
  color: #ffffff;
}
.cb-wordmark .bl {
  background: var(--cb-spectrum);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cb-wordmark .br {
  font-weight: 700;
}
.cb-wordmark .br.cy {
  color: var(--cb-cyan);
}
.cb-wordmark .br.or {
  color: var(--cb-orange);
}
.cb-wordmark-hero {
  font-size: clamp(1.45rem, 7vw, 4.5rem);
  flex-wrap: nowrap;
}
.cb-wordmark-nav {
  font-size: 1.02rem;
}
.cb-wordmark-admin {
  font-size: 0.82rem;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .cb-wordmark .bl {
    color: var(--cb-violet);
  }
}
