@font-face {
  font-family: REF;
  src: url(/fonts/reflex.ttf);
}

@font-face {
  font-family: ADD;
  src: url(fonts/ADD.TTF);
}


@font-face {
  font-family: MK;
  src: url(fonts/MarioKartDS.ttf);
}

@font-face {
  font-family: FUN;
  src: url(fonts/Serpentine-Bold Italic.otf);
}

p {
  font-size: 20px;
  text-shadow: black 2px 2px;
  font-weight: lighter;
  font-family: FUN;
}

h1 {
  font-size: 30px;
 font-weight: normal;
  font-family: FUN;
}

li { 
    font-size: 20px;

  font-weight: lighter;
  font-family: FUN;
  
}