/**
Theme Name: Goldeye Astra Child
Author: JDC Mediaworks
Author URI: https://jdcmediaworks.com
Description: Goldeye Resort version of Astra Theme by JDC Mediaworks. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goldeye-astra-child
Template: astra
*/
/* style.css */

@font-face {
  font-family: 'Gill Sans';
  src: url('fonts/GillSans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('fonts/GillSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('fonts/GillSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('fonts/Gill-Sans-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}


body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

