/* Meanwhile — typeface loading
 *
 * Production target is self-hosted woff2 in /assets/meanwhile_website/fonts/.
 * We ship a Google Fonts @import as the interim source so the design renders
 * correctly the moment the app installs. Drop woff2 files into the fonts/
 * folder and uncomment the @font-face block below to switch to self-hosted.
 *
 * Why both: the design tokens reference Outfit / Lora / Barlow / JetBrains
 * Mono by name. Without one of these sources the page falls back to system
 * Helvetica/Georgia and the editorial rhythm gets noticeably softer.
 */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;1,400&family=Barlow:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap');

/* Self-hosted alternative — uncomment after dropping woff2 files into
 * meanwhile_website/public/fonts/ and removing the @import above.
 *
 * @font-face {
 *   font-family: 'Outfit';
 *   font-weight: 400 700;
 *   font-display: swap;
 *   src: url('/assets/meanwhile_website/fonts/outfit-variable.woff2') format('woff2-variations');
 * }
 * @font-face {
 *   font-family: 'Lora';
 *   font-weight: 400 600;
 *   font-style: normal;
 *   font-display: swap;
 *   src: url('/assets/meanwhile_website/fonts/lora-variable.woff2') format('woff2-variations');
 * }
 * @font-face {
 *   font-family: 'Lora';
 *   font-weight: 400;
 *   font-style: italic;
 *   font-display: swap;
 *   src: url('/assets/meanwhile_website/fonts/lora-italic.woff2') format('woff2');
 * }
 * @font-face {
 *   font-family: 'Barlow';
 *   font-weight: 400 600;
 *   font-display: swap;
 *   src: url('/assets/meanwhile_website/fonts/barlow-variable.woff2') format('woff2-variations');
 * }
 * @font-face {
 *   font-family: 'JetBrains Mono';
 *   font-weight: 400 500;
 *   font-display: swap;
 *   src: url('/assets/meanwhile_website/fonts/jetbrains-mono-variable.woff2') format('woff2-variations');
 * }
 */
