/*
 * Drop your Source Sans 3 .woff2 files in this /fonts/ folder and list
 * their @font-face rules here. Get the files from Google Webfonts Helper
 * (https://gwfh.mranftl.com/fonts) — search "Source Sans 3", select the
 * weights you use (Regular 400 and Bold 700 cover most of the brand
 * board's typography spec), and choose the "modern" (woff2 only) format.
 *
 * Example, once you have the files in this folder:
 *
 * @font-face {
 *   font-family: 'Source Sans 3';
 *   font-style: normal;
 *   font-weight: 400;
 *   font-display: swap;
 *   src: url('source-sans-3-v1-latin-regular.woff2') format('woff2');
 * }
 *
 * @font-face {
 *   font-family: 'Source Sans 3';
 *   font-style: normal;
 *   font-weight: 700;
 *   font-display: swap;
 *   src: url('source-sans-3-v1-latin-700.woff2') format('woff2');
 * }
 */
