/* Self-hosted fonts. liberation-sans = open (kept). teimer-web and grange-extended
 * were commercial Adobe fonts; substituted with open equivalents (Lora, Archivo
 * Expanded) under the same family names so the rest of the CSS is untouched. */

/* Headings (was Adobe teimer-web) -> Lora */
@font-face{font-family:'teimer-web';src:url('fonts/lora-400.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:'teimer-web';src:url('fonts/lora-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'teimer-web';src:url('fonts/lora-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:'teimer-web';src:url('fonts/lora-italic-400.woff2') format('woff2');font-weight:300;font-style:italic;font-display:swap;}
@font-face{font-family:'teimer-web';src:url('fonts/lora-italic-600.woff2') format('woff2');font-weight:600;font-style:italic;font-display:swap;}

/* Buttons (was Adobe grange-extended) -> Archivo Expanded */
@font-face{font-family:'grange-extended';src:url('fonts/archivo-expanded-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap;}

/* Body / meta / nav (open, original Adobe-served Liberation Sans, kept) */
@font-face{font-family:'liberation-sans';src:url('fonts/liberation-sans-n4.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'liberation-sans';src:url('fonts/liberation-sans-n7.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:'liberation-sans';src:url('fonts/liberation-sans-i4.woff2') format('woff2');font-weight:400;font-style:italic;font-display:swap;}
@font-face{font-family:'liberation-sans';src:url('fonts/liberation-sans-i7.woff2') format('woff2');font-weight:700;font-style:italic;font-display:swap;}
