/*Choose the font style of the site by attaching the id to the body tag*/

/*Custom choice of fonts*/
@font-face {
    font-family: weddingDay-hand;
    src: url("fonts/WeddingdayPersonalUseRegular-1Gvo0.ttf");
    font-weight: bold; font-style: bold;
}@font-face {
    font-family: sansilk-hand;
    src: url("fonts/Sansilk-p71dD.ttf");
    font-weight: bold; font-style: bold;
}@font-face {
    font-family: BuffaloNickel-hand;
    src: url("fonts/BuffaloNickel-XAyo.ttf");
    font-weight: bold; font-style: bold;
}@font-face {
    font-family: teamSpirit-hand;
    src: url("fonts/TeamSpiritNf-V8B6.ttf");
    font-weight: bold; font-style: bold;
}
/*Custom choice of fonts*/

section{ font-size: ;}
h1{font-size:32pt;}
h2{font-size:26pt;}
h3{font-size:22pt;}
h4{font-size:20pt;}
h5{font-size:18pt;}
h6{font-size:16pt;}
p{font-size:14pt;}
li{font-size:13.5pt;}

/*brand custom font sizes*/
#areas p{font-size: 16pt;}
#meetsSection h3{font-size: 14pt;}
#meetsSection p{font-size: 24pt;}
#tipPlusH3, #tipPlusH2{font-size: 24pt; font-weight: 100;}
/*brand custom font sizes*/

/*brand colors*/
/*brand colors*/

/*section h1{font-size:32pt;}
section h2{font-size:26pt;}
section h3{font-size:22pt;}
section h4{font-size:20pt;}
section h5{font-size:18pt;}
section h6{font-size:16pt;}*/

#normal{color: green;}
#normal h1{font-size:24pt;}
#normal h2{font-size:18pt;}
#normal h3{font-size:14pt;}
#normal h4{font-size:12pt;}
#normal h5{font-size:10pt;}
#normal h6{font-size:8pt;}
#normal p{font-size:12pt;}

#chunky{color: dodgerblue;}
#chunky h1{font-size:32pt;}
#chunky h2{font-size:26pt;}
#chunky h3{font-size:23pt;}
#chunky h4{font-size:21pt;}
#chunky h5{font-size:19pt;}
#chunky h6{font-size:17pt;}
#chunky p{font-size:18pt;}

#mixed{color: dodgerblue;}
#mixed h1{font-size:32pt;}
#mixed h2{font-size:22pt;}
#mixed h3{font-size:23pt;}
#mixed h4{font-size:20pt;}
#mixed h5{font-size:19pt;}
#mixed h6{font-size:12pt;}
#mixed p{font-size:18pt;}

