/*
 * Circular Std — the Smiths Lane body face.
 *
 * Carried over from the legacy theme, where it was declared as
 * `$font-family-sans-serif` and set the base body type at 14px. Only the Book
 * weight was ever shipped, so this is a single static face at 400 — do not
 * declare a weight range, there is nothing else in the file to interpolate to.
 *
 * Commercial face (Lineto). The files transfer with the project; licence
 * coverage for the renewed portal is an operator matter.
 *
 * @package Portal
 */

@font-face {
    font-family: 'Circular Std';
    src: url('lineto-circular-book.woff2') format('woff2'),
         url('lineto-circular-book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
