/* Apple Entertainment — Typography specimen classes
   Scale transcribed exactly from the Figma Typography variables.
   Display/headings use Helvetica Neue; body uses Lora. */

.ae-title-1{font-family:var(--font-display);font-weight:700;font-size:72px;line-height:88px;letter-spacing:-0.8px;}
.ae-title-2{font-family:var(--font-display);font-weight:700;font-size:64px;line-height:76px;letter-spacing:-0.8px;}
.ae-title-3{font-family:var(--font-display);font-weight:700;font-size:56px;line-height:68px;letter-spacing:-0.6px;}

.ae-h1{font-family:var(--font-display);font-weight:700;font-size:56px;line-height:68px;letter-spacing:-0.5px;}
.ae-h2{font-family:var(--font-display);font-weight:700;font-size:48px;line-height:58px;letter-spacing:-0.4px;}
.ae-h3{font-family:var(--font-display);font-weight:500;font-size:40px;line-height:48px;letter-spacing:-0.3px;}
.ae-h4{font-family:var(--font-display);font-weight:500;font-size:32px;line-height:38px;letter-spacing:-0.2px;}
.ae-h5{font-family:var(--font-display);font-weight:500;font-size:24px;line-height:30px;letter-spacing:-0.15px;}
.ae-h6{font-family:var(--font-display);font-weight:500;font-size:20px;line-height:24px;}

.ae-body-1{font-family:var(--font-body);font-weight:400;font-size:18px;line-height:28px;}
.ae-body-2{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:24px;}
.ae-body-3{font-family:var(--font-body);font-weight:400;font-size:14px;line-height:20px;}
.ae-body-4{font-family:var(--font-body);font-weight:400;font-size:12px;line-height:16px;}

.ae-label-1{font-family:var(--font-display);font-weight:500;font-size:16px;line-height:22px;letter-spacing:-0.18px;}
.ae-label-2{font-family:var(--font-display);font-weight:500;font-size:14px;line-height:20px;letter-spacing:-0.16px;}
.ae-label-3{font-family:var(--font-display);font-weight:500;font-size:12px;line-height:16px;letter-spacing:-0.12px;}

.ae-caption-1{font-family:var(--font-meta);font-weight:400;font-size:10px;line-height:12px;}
.ae-caption-2{font-family:var(--font-meta);font-weight:400;font-size:9px;line-height:10px;}

/* Editorial flourish — the brand's cinema quote voice */
.ae-quote{font-family:var(--font-body);font-style:italic;font-weight:500;font-size:24px;line-height:34px;color:var(--text-body);}
/* Eyebrow / section kicker */
.ae-eyebrow{font-family:var(--font-meta);font-weight:600;font-size:12px;line-height:16px;letter-spacing:0.14em;text-transform:uppercase;color:var(--brand-red);}
