/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@font-face {
    font-family: 'Tilt Warp';
    src: url('../fonts/TiltWarp-Regular.eot');
    src: url('../fonts/TiltWarp-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/TiltWarp-Regular.woff2') format('woff2'),
        url('../fonts/TiltWarp-Regular.woff') format('woff'),
        url('../fonts/TiltWarp-Regular.ttf') format('truetype'),
        url('../images/TiltWarp-Regular.svg#TiltWarp-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Milkshake Script';
    src: url('../fonts/MilkshakeScript-Regular.eot');
    src: url('../fonts/MilkshakeScript-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/MilkshakeScript-Regular.woff2') format('woff2'),
        url('../fonts/MilkshakeScript-Regular.woff') format('woff'),
        url('../fonts/MilkshakeScript-Regular.ttf') format('truetype'),
        url('../images/MilkshakeScript-Regular.svg#MilkshakeScript-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* rubik-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/rubik-v26-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../images/rubik-v26-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/rubik-v26-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/rubik-v26-latin-700.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v26-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v26-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v26-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../images/rubik-v26-latin-700.svg#Rubik') format('svg'); /* Legacy iOS */
}