/* ServerConsultant - Font Management
   Created: 2025-03-06
   
   This file centralizes all font imports for the website.
   To change fonts site-wide, simply update the import links here
   and the variable values in sc-modern-design.css.
*/

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Source+Serif+Pro:wght@300;400;600&display=swap');

/* 
  USAGE INSTRUCTIONS:
  
  1. Include this file in HTML before sc-modern-design.css:
     <link href="css/fonts.css" rel="stylesheet">
     <link href="css/sc-modern-design.css" rel="stylesheet">
     
  2. To change fonts site-wide, update:
     - The import URL above to include your new font
     - The font variable values in sc-modern-design.css
*/