/* Local Google Fonts with CDN Fallback */

/* Geologica Font - Local with CDN Fallback */
@font-face {
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./geologica/geologica-variable.woff2') format('woff2-variations'),
       url('./geologica/geologica-variable.woff') format('woff-variations'),
       url('./geologica/geologica-variable.ttf') format('truetype-variations');
}

/* Poppins Font - Local with CDN Fallback */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./poppins/poppins-variable.woff2') format('woff2-variations'),
       url('./poppins/poppins-variable.woff') format('woff-variations'),
       url('./poppins/poppins-variable.ttf') format('truetype-variations');
}

/* CDN Fallback - Only loads if local fonts fail to load */
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
