/* fonts.css */

/* Global font settings */
body {
    font-family: 'Century Gothic', sans-serif; 
    font-size: 16px;
    line-height: 1.5;
  }
  
  /* Heading styles */
  h1, h2, h3 {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
  }
  
  /* Specific element styles (if needed) */
  .button {
    font-family: 'Century Gothic', sans-serif; 
  }