@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&family=Inter:wght@300;400;500;600&family=Cormorant+Garamond:wght@500;600&display=swap');

:root{
    --font-display:'Barlow Condensed',Arial,sans-serif;
    --font-body:'Inter',Arial,sans-serif;
    --font-brand:'Cormorant Garamond',Georgia,serif;
}
body{font-family:var(--font-body);font-size:16px;line-height:1.65;font-weight:300;color:#f5f5f5;background:#080808}
h1,h2,h3,.button,.eyebrow,.primary-nav,.film-meta,.brand-sub{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em}
h1{font-size:clamp(3rem,7vw,6.5rem);line-height:.92;font-weight:600}
h2{font-size:clamp(2.2rem,4.5vw,4.25rem);line-height:1;font-weight:500}
h3{font-size:1.4rem;line-height:1.1;font-weight:500}
p{color:#d2d2d2}
.eyebrow{font-size:.82rem;letter-spacing:.2em;color:#c5c5c5}
