/*
 * Google Sans — the storefront typeface.
 *
 * Self-hosted rather than loaded from fonts.googleapis.com: it keeps the
 * storefront free of a third-party request on every page load (which is also a
 * GDPR consideration for EU buyers, since the CDN sees visitor IPs), and the
 * product ships as a self-contained package.
 *
 * Latin subset only — ~87KB total across four weights. Add further subsets from
 * the Google Fonts CSS API if a non-latin locale is ever needed.
 *
 * Licensed under the SIL Open Font License 1.1 — see LICENSE.txt in this folder.
 */

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(GoogleSans-400.woff2) format('woff2');
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(GoogleSans-500.woff2) format('woff2');
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(GoogleSans-600.woff2) format('woff2');
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(GoogleSans-700.woff2) format('woff2');
}
