/**
 * Custom Fonts - Loaded from Google Fonts CDN
 * 
 * If you prefer to self-host fonts, download from:
 * https://fonts.google.com/specimen/Libre+Franklin
 * https://fonts.google.com/specimen/Roboto
 * 
 * Place .woff2 files in this folder and uncomment the @font-face rules below.
 */

/* Google Fonts Import (CDN) */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Roboto:wght@300;400;500;700&display=swap');

/* 
 * Self-hosted alternative (uncomment if using local files):
 *
 * @font-face {
 *     font-family: 'Libre Franklin';
 *     font-style: normal;
 *     font-weight: 100 900;
 *     font-display: swap;
 *     src: url('LibreFranklin-VariableFont_wght.woff2') format('woff2');
 * }
 * 
 * @font-face {
 *     font-family: 'Roboto';
 *     font-style: normal;
 *     font-weight: 400;
 *     font-display: swap;
 *     src: url('Roboto-Regular.woff2') format('woff2');
 * }
 */