/* -------------------------------------------------------------- 
   
confetti.css
* Version:   1.0 
* Creator:   Richard MacLemale

CONTENTS

Google Fonts
    
	
-------------------------------------------------------------- */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Teachers');


h1 {font-family: 'Anton'; font-size: 3em;}
h2 {font-family: 'Anton'; font-size: 1.6em;}
h3 {font-family: 'Anton'; font-size: 1.2em;}
p {font-family: 'Teachers'; font-size: 1.7em; line-height: 1.1}


