/* Premier One Digital · Concept 4 · digital design tokens */
@font-face {
  font-family: "Manrope";
  src: url("/assets/Manrope-Variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("/assets/Barlow-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --pod-black: #08090a;
  --pod-charcoal: #151719;
  --pod-white: #f3f4f5;
  --pod-silver: #c4c7ca;
  --pod-muted: #92979d;
  --pod-red: #e10613;
  --pod-red-glint: #ff2430;
  --pod-red-deep: #a0040d;
  --pod-border: #34373a;
  --pod-border-soft: #24272a;
  --pod-font-display: "Barlow", "Arial Black", sans-serif;
  --pod-font-body: "Manrope", Arial, sans-serif;
  --pod-space-1: .25rem;
  --pod-space-2: .5rem;
  --pod-space-3: .75rem;
  --pod-space-4: 1rem;
  --pod-space-6: 1.5rem;
  --pod-space-8: 2rem;
  --pod-space-12: 3rem;
  --pod-space-16: 4rem;
  --pod-space-24: 6rem;
  --pod-space-32: 8rem;
  --pod-radius-sm: 4px;
  --pod-radius-card: 8px;
  --pod-radius-pill: 999px;
  --pod-width-content: 1280px;
  --pod-gutter: clamp(24px, 5vw, 80px);
  --pod-duration: 180ms;
  --pod-ease: cubic-bezier(.2, .7, .2, 1);
}
