/*
 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: "Rubik";
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: local("Rubik");
  src: url("fonts/Rubik-VariableFont_wght.ttf") format("truetype-variations");
}
@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('fonts/TiltWarp-Regular.svg#TiltWarp-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}