@charset "utf-8";
@font-face{
    font-family: BilboSwashCaps-Regular;
    src: url('/includes/css/fonts/BilboSwashCaps-Regular.ttf');
}
/*@font-face{
    font-family: Montez-Regular;
    src: url('/completelyuselessguy/includes/css/fonts/Montez-Regular.ttf');
}*/
@font-face{
    font-family: ShadowsIntoLightTwo-Regular;
    src: url('/includes/css/fonts/ShadowsIntoLightTwo-Regular.ttf');
}
/*@font-face{
    font-family: BadScript-Regular;
    src: url('/completelyuselessguy/includes/css/fonts/BadScript-Regular.ttf');
}*/
/*@font-face{
    font-family: Playball-Regular;
    src: url('/completelyuselessguy/includes/css/fonts/Playball-Regular.ttf'); 
}*/
/*@font-face{
    font-family: WaitingfortheSunrise;
    src: url('/completelyuselessguy/includes/css/fonts/WaitingfortheSunrise.ttf');
}*/
/* ********************************************** */
h1{
    font-family: BilboSwashCaps-Regular;
    font-size: 3em;
}
/*.fontMontez{
    font-family: Montez-Regular;
}*/
p{
    font-family: ShadowsIntoLightTwo-Regular;
    font-size: 1.7em;
}
/*.fontBadScript{
    font-family: BadScript-Regular;
}*/
/*.fontPlayball{
    font-family: Playball-Regular;
}*/
/*.fontWaitForSun{
    font-family: WaitingfortheSunrise;
}*/
body{
    background-color: #ccc;
}
.group-block{
    background-color: #fff;
    padding: 1em;
    margin: 1em 0;
}
.emph{
    font-weight: 700;
}
