/* ═══════════════════════════════════════════
   CHECK ESTUDIO — Web Font Declarations
   ═══════════════════════════════════════════
   
   Syne is loaded from Google Fonts.
   NOTE: No local font files were provided.
   Using Google Fonts CDN as the canonical source.
   
   If self-hosting is required, download from:
   https://fonts.google.com/specimen/Syne
   https://fonts.google.com/specimen/Syne+Mono
   ═══════════════════════════════════════════ */

/* Syne — Variable weight 400..800 */
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');
}

/* Syne Mono — Regular 400 */
@font-face {
  font-family: 'Syne Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap');
}

/*
  IMPORTANT: For proper font loading in HTML files, 
  also include this <link> in the <head>:
  
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Syne+Mono&display=swap" rel="stylesheet">
*/
