/*
Theme Name:   MikesMusic
Description:  Schreibe hier eine kurze Beschreibung über dein Child-Theme
Author:       Sebastian Schwarz
Author URL:   https://schwarz-multimedia.net
Template:     generatepress
Version:      1.0
Text Domain:  MikesMusic
*/

/* Schreibe hier dein eigenes persönliches Stylesheet */

/* cupertino - latin */
@font-face {
    font-family: 'Cupertino';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/webfonts/cupertino-plain.woff2') format('woff2'),
        url('/webfonts/cupertino-plain.woff') format('woff');
}

@font-face {
    font-family: 'Cupertino';
    font-style: italic;
    font-weight: normal;
    font-display: swap;
    src: url('/webfonts/cupertino-italic.woff2') format('woff2'),
        url('/webfonts/cupertino-italic.woff') format('woff');
}

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/webfonts/oswald-v40-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/webfonts/oswald-v40-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/webfonts/oswald-v40-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/webfonts/oswald-v40-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/webfonts/inter-v3-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/webfonts/inter-v3-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/webfonts/inter-v3-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/webfonts/inter-v3-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
