/* ============================================================================================== */
/* GHOST SANS FONT FAMILY */
/* ============================================================================================== */

@font-face {
  font-family: 'Ghost Sans';
  src: url('./ghost-sans/GhostSans-Regular.woff2') format('woff2'),
    url('./ghost-sans/GhostSans-Regular.woff') format('woff'),
    url('./ghost-sans/GhostSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Ghost Sans';
  src: url('./ghost-sans/GhostSans-RegularItalic.woff2') format('woff2'),
    url('./ghost-sans/GhostSans-RegularItalic.woff') format('woff'),
    url('./ghost-sans/GhostSans-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Ghost Sans';
  src: url('./ghost-sans/GhostSans-Medium.woff2') format('woff2'),
    url('./ghost-sans/GhostSans-Medium.woff') format('woff'),
    url('./ghost-sans/GhostSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Ghost Sans';
  src: url('./ghost-sans/GhostSans-MediumItalic.woff2') format('woff2'),
    url('./ghost-sans/GhostSans-MediumItalic.woff') format('woff'),
    url('./ghost-sans/GhostSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Ghost Sans';
  src: url('./ghost-sans/GhostSans-SemiBold.woff2') format('woff2'),
    url('./ghost-sans/GhostSans-SemiBold.woff') format('woff'),
    url('./ghost-sans/GhostSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Ghost Sans';
  src: url('./ghost-sans/GhostSans-SemiBoldItalic.woff2') format('woff2'),
    url('./ghost-sans/GhostSans-SemiBoldItalic.woff') format('woff'),
    url('./ghost-sans/GhostSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
