/* included only when we don't want to use fonts from google server */
/* @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-300.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans-400.woff) format('woff');
} */
/* @font-face {
  font-family: "Maiandra GD";
  font-style: normal;
  font-weight: 300;
  src: local("Maiandra GD"),
    url("../fonts/Maiandra Regular.otf") format("opentype"),
    url("../fonts/MaiandraGD.woff") format("woff"),
    url("../fonts/MaiandraGD.ttf") format("truetype");
}

@font-face {
  font-family: "Maiandra GD";
  font-style: italic;
  font-weight: 300;
  src: local("Maiandra GD Italic"),
    url("../fonts/MaiandraGD-Italic.woff2") format("woff2"),
    url("../fonts/MaiandraGD-Italic.woff") format("woff"),
    url("../fonts/MaiandraGD-Italic.ttf") format("truetype");
} */

@font-face {
  font-family: 'Maiandra DmBd GD';
  src: url('../fonts/MaiandraGD-DemiBold.eot');
  src: local('Maiandra Demi Bold GD'), local('../fonts/MaiandraGD-DemiBold'),
      url('../fonts/MaiandraGD-DemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/MaiandraGD-DemiBold.woff2') format('woff2'),
      url('../fonts/MaiandraGD-DemiBold.woff') format('woff'),
      url('../fonts/MaiandraGD-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maiandra Black Italic GD';
  src: url('../fonts/MaiandraGD-BlackItalic.eot');
  src: local('Maiandra Black Italic GD'), local('../fonts/MaiandraGD-BlackItalic'),
      url('../fonts/MaiandraGD-BlackItalic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/MaiandraGD-BlackItalic.woff2') format('woff2'),
      url('../fonts/MaiandraGD-BlackItalic.woff') format('woff'),
      url('../fonts/MaiandraGD-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Maiandra Demi Bold Italic GD';
  src: url('../fonts/MaiandraGD-DemiBoldItalic.eot');
  src: local('Maiandra Demi Bold Italic GD'), local('../fonts/MaiandraGD-DemiBoldItalic'),
      url('../fonts/MaiandraGD-DemiBoldItalic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/MaiandraGD-DemiBoldItalic.woff2') format('woff2'),
      url('../fonts/MaiandraGD-DemiBoldItalic.woff') format('woff'),
      url('../fonts/MaiandraGD-DemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Maiandra GD';
  src: url('../fonts/MaiandraGD-Roman.eot');
  src: local('Maiandra GD'), local('../fonts/MaiandraGD-Roman'),
      url('../fonts/MaiandraGD-Roman.eot?#iefix') format('embedded-opentype'),
      url('../fonts/MaiandraGD-Roman.woff2') format('woff2'),
      url('../fonts/MaiandraGD-Roman.woff') format('woff'),
      url('../fonts/MaiandraGD-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maiandra Blk GD';
  src: url('../fonts/MaiandraGD-Black.eot');
  src: local('Maiandra Black GD'), local('../fonts/MaiandraGD-Black'),
      url('../fonts/MaiandraGD-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/MaiandraGD-Black.woff2') format('woff2'),
      url('../fonts/MaiandraGD-Black.woff') format('woff'),
      url('../fonts/MaiandraGD-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maiandra Italic GD';
  src: url('../fonts/MaiandraGD-Italic.eot');
  src: local('Maiandra Italic GD'), local('../fonts/MaiandraGD-Italic'),
      url('../fonts/MaiandraGD-Italic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/MaiandraGD-Italic.woff2') format('woff2'),
      url('../fonts/MaiandraGD-Italic.woff') format('woff'),
      url('../fonts/MaiandraGD-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

