/* -------------------------------------------------------------- 
   
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; color: #963831}
h2 {font-family: 'Anton'; font-size: 1.6em; color: #963831}
h3 {font-family: 'Anton'; font-size: 1.2em; color: #963831}
p {font-family: 'Teachers'; font-size: 1.7em}


