[data-theme="dark"],
.inset {
--bg:         #0e1626;
--bg-2:       #151f33;
--section:    #151f33;
--wash:       #0e1626;
--bg-3:       #1f2b44;
--bg-inset:   #0a1020;
--ink:        #f3f6fa;
--ink-2:      #9daabf;
--ink-3:      #6e7b93;
--line:       rgba(170, 195, 235, .12);
--line-2:     rgba(170, 195, 235, .20);
--line-2-flat: color-mix(in srgb, rgb(170, 195, 235) 20%, #0e1626);
} [data-theme="light"] {
--accent:      #1f78d4;
--accent-ink:  #1961ad;
--accent-deep: #1961ad;
--accent-2:    #d6e8f9;
}
[data-theme="dark"],
.inset {
--accent:      #1f78d4;
--accent-ink:  #4f9be6;
--accent-deep: #1961ad;
--accent-2:    #0c2a49;
} .display,
.hero__title,
.section__title,
.foot__pitch,
.subscribe__title {
color: var(--accent);
}
.hero__word--hollow > span {
-webkit-text-stroke-color: var(--accent);
} :root {
--font-display: "Oswald", "Archivo", system-ui, sans-serif;
--font-body:    "Roboto", "Instrument Sans", system-ui, -apple-system, sans-serif;
} .hero__title,
.display,
.feature__title,
.guest-hero__name,
.ep-single__title {
line-height: .9;
} .foot__pitch,
.subscribe__title {
line-height: .96;
}
.card__title,
.ep__title,
.short__title,
.article__title,
.prose h2, .prose h3, .prose h4 {
line-height: 1;
} .hero__title { font-size: min(9.5vw, 22svh, 190px); }
@media (max-width: 780px) { .hero__title { font-size: min(14.5vw, 22svh, 190px); }
}
.hero__word { white-space: nowrap; } .hero__blurb { max-width: 58ch; } .nav__logo { --logo-ratio: 1000 / 98.6; } .hero {
--photo-w: min(clamp(372px, 48.8vw, 804px), 62.9svh);
}