/* georgia font */
@font-face {
  font-family: 'Georgia'; /* Give your font a name */
  src: url('../fonts/georgia.woff') format('woff'); /* Path to your .woff file */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Improves performance by showing fallback text while loading */
}

@font-face {
  font-family: 'Georgiab'; /* Give your font a name */
  src: url('../fonts/georgiab.woff') format('woff'); /* Path to your .woff file */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Improves performance by showing fallback text while loading */
}

@font-face {
  font-family: 'Georgiai'; /* Give your font a name */
  src: url('../fonts/georgiai.woff') format('woff'); /* Path to your .woff file */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Improves performance by showing fallback text while loading */
}


/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v23-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* fontdiner-swanky-regular - latin */
@font-face {
  font-family: 'Fontdiner Swanky';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fontdiner-swanky-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/fontdiner-swanky-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fontdiner-swanky-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fontdiner-swanky-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fontdiner-swanky-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fontdiner-swanky-v11-latin-regular.svg#FontdinerSwanky') format('svg'); /* Legacy iOS */
}
