/* marvel-400normal - latin */
@font-face {
  font-family: 'Marvel';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    local('Marvel'),
    local('Marvel-Regular'), 
    url('./files/marvel-latin-400.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./files/marvel-latin-400.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* marvel-400italic - latin */
@font-face {
  font-family: 'Marvel';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src:
    local('Marvel Italic'),
    local('Marvel-Italic'), 
    url('./files/marvel-latin-400-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./files/marvel-latin-400-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* marvel-700normal - latin */
@font-face {
  font-family: 'Marvel';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    local('Marvel Bold'),
    local('Marvel-Bold'), 
    url('./files/marvel-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./files/marvel-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* marvel-700italic - latin */
@font-face {
  font-family: 'Marvel';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src:
    local('Marvel Bold Italic'),
    local('Marvel-BoldItalic'), 
    url('./files/marvel-latin-700-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./files/marvel-latin-700-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
