/* Suisse Intl, the face the design is set in.
 *
 * The whole family, mapped to its real weights rather than squeezed into the
 * nine CSS keywords — Book is 450, between Regular and Medium, and it is what
 * the design uses. Declaring a weight costs nothing until something asks for
 * it: the browser fetches only the files actually used.
 *
 * Suisse Intl is a commercial face from Swiss Typefaces. These are the licensed
 * web files.
 */
@font-face { font-family: "Suisse Intl"; src: url("/assets/fonts/SuisseIntl-Hairline.woff2") format("woff2"); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: "Suisse Intl"; src: url("/assets/fonts/SuisseIntl-Thin.woff2")     format("woff2"); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: "Suisse Intl"; src: url("/assets/fonts/SuisseIntl-Light.woff2")    format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Suisse Intl"; src: url("/assets/fonts/SuisseIntl-Regular.woff2")  format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Suisse Intl"; src: url("/assets/fonts/SuisseIntl-Book.woff2")     format("woff2"); font-weight: 450; font-style: normal; font-display: swap; }
@font-face { font-family: "Suisse Intl"; src: url("/assets/fonts/SuisseIntl-Medium.woff2")   format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Suisse Intl"; src: url("/assets/fonts/SuisseIntl-Semibold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Suisse Intl"; src: url("/assets/fonts/SuisseIntl-Bold.woff2")     format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Suisse Intl"; src: url("/assets/fonts/SuisseIntl-Black.woff2")    format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }

/* The one italic the site is likely to want. The rest of the family's italics
   are in the licensed pack if they are ever needed. */
@font-face { font-family: "Suisse Intl"; src: url("/assets/fonts/SuisseIntl-BookIt.woff2")   format("woff2"); font-weight: 450; font-style: italic; font-display: swap; }
