/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



/* Custom Font Type */

@font-face {
    font-family: "Century Gothic";
    font-style: normal;
    font-weight: 400;
    src: url("https://feecodev001.wpengine.com/wp-content/uploads/2022/09/CenturyGothic_gdi.eot"); /* IE9 Compat Modes */
    src: local("Century Gothic Regular"), local("CenturyGothic-Regular"),
      url("https://feecodev001.wpengine.com/wp-content/uploads/2022/09/CenturyGothic_gdi.eot#iefix")
        format("embedded-opentype"),
      /* IE6-IE8 */
        /* url("https://feecodev001.wpengine.com/wp-content/uploads/2022/09/CenturyGothic_gdi.woff2")
        format("woff2"), */
      /* Super Modern Browsers  */
        url("https://feecodev001.wpengine.com/wp-content/uploads/2022/09/CenturyGothic_gdi.woff")
        format("woff"),
      /* Modern Browser */ url(), /* Safari, Android, iOS */ url() format("SVG"); /* Legacy iOS */
      font-display:swap;
  }