@charset "utf-8";
/* CSS Document */
/* These are deprecated */
.chuck-h1 {font-family: 'Faster One', cursive; font-size: 150px; font-weight: 700;text-transform: none;}
.chuck-men {font-family: 'Faster One', cursive; font-size: 64px; font-weight: normal;text-transform: none;}
.chuck-p {font-family: 'Gloria Hallelujah', cursive;}
/* These are the new normal, I hope? Trying to make the site responsive. That's what the 'r' means */
.chuck-rh1 {font-family: 'Faster One', cursive; font-size: calc(16px + 4vw); font-weight: bold;text-transform: none;}
.chuck-rmen {font-family: 'Faster One', cursive; font-size: calc(16px + 3vw); font-weight: normal; text-transform: none;}
.chuck-rp {font-family: 'Gloria Hallelujah', cursive; font-size: 3.5vmin}
.chuck-rpmedsmall {font-family: 'Gloria Hallelujah', cursive; font-size: 2vmin}
.chuck-rpsmall {font-family: 'Gloria Hallelujah', cursive; font-size: vmin}