/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme updated for Tilted Orbit
 Author:       Emily Sparkle
 Author URI:   https://fontaholic.biz
 Template:     generatepress
 Version:      0.1
 
 Dark Green #214f43
 Lime Green #8cc63f
 Beige #deeaab
 Electric Apple #d9e021
 Light Red #bc294a
 Dark Orange #c12e00
 Black #0a1915
 White #fdfef9
 https://www.colorhexa.com/214f43-to-c12e00
 
 link blue #00bfff
 
*/


/* Fluid Typography Scale */

h1 {font-size: clamp(2.25rem, 1.618rem + 2.5282vw, 3.6405rem);}
h2 {font-size: clamp(1.6875rem, 1.2135rem + 1.8961vw, 2.7304rem);}
h3 {font-size: clamp(1.4063rem, 1.0112rem + 1.5801vw, 2.2753rem);}
h4 {font-size: clamp(1.125rem, 0.809rem + 1.2641vw, 1.8203rem);}
h5 {font-size: clamp(0.9375rem, 0.6741rem + 1.0534vw, 1.5169rem);}
h6 {font-size: clamp(0.8438rem, 0.6067rem + 0.9481vw, 1.3652rem);}
p {font-size: clamp(0.4635rem, 0.3333rem + 0.5208vw, 0.75rem);}

.main-title {font-size: clamp(2.25rem, 1.618rem + 2.5282vw, 3.6405rem);}


@font-face {
    font-family: 'TAY Basal';
    src: url('https://tiltedorbitarcade.com/wp-content/themes/generatepress_child/fonts/TAYBasalRegular.ttf');
    src: url('https://tiltedorbitarcade.com/wp-content/themes/generatepress_child/fonts/TAYBasalRegular.eot?#iefix') format('embedded-opentype'),
        url('https://tiltedorbitarcade.com/wp-content/themes/generatepress_child/fonts/TAYBasalRegular.woff2') format('woff2'),
        url('https://tiltedorbitarcade.com/wp-content/themes/generatepress_child/fonts/TAYBasalRegular.woff') format('woff'),
        url('https://tiltedorbitarcade.com/wp-content/themes/generatepress_child/fonts/TAYBasalRegular.ttf') format('truetype'),
        url('https://tiltedorbitarcade.com/wp-content/themes/generatepress_child/fonts/TAYBasalRegular.svg#TAYBasalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'TAY Birdie';
    src: url('https://tiltedorbitarcade.com/wp-content/themes/generatepress_child/fonts/TAYBirdieRegular.eot');
    src: url('https://tiltedorbitarcade.com/wp-content/themes/generatepress_child/fonts/TAYBirdieRegular.eot?#iefix') format('embedded-opentype'),
        url('https://tiltedorbitarcade.com/wp-content/themes/generatepress_child/fonts/TAYBirdieRegular.woff2') format('woff2'),
        url('https://tiltedorbitarcade.com/wp-content/themes/generatepress_child/fonts/TAYBirdieRegular.ttf') format('truetype'),
        url('https://tiltedorbitarcade.com/wp-content/themes/generatepress_child/fonts/TAYBirdieRegular.svg#TAYBirdieRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






.gradient-shift {
  user-select: none;
  font-size: 100px;
  color: white;
  background: repeating-linear-gradient(
    -45deg,
    #214f43 0%,
    #8cc63f 20%,
    #00bfff 40%,
    #deeaab 60%,
    #d9e021 80%,
    #214f43 100%
  );
  background-size: 600vw 600vw;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: slide 10s linear infinite forwards;
}

@keyframes slide {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 600vw;
  }
}
