/*Extra Font family*/
@font-face{
        font-family: "slant";
        src:url("../fonts/SLANT.TTF");
}
@font-face {
        font-family: "text";
        src:url("../fonts/CooperHewitt-Light.otf");
}
@font-face {
  font-family: "shopFont";
  src: url("../fonts/FunSized.ttf");
}

@font-face {
  font-family: "shopFont2";
  src: url("../fonts/CRACKWALL-Regular.ttf");
}
/*Extra Font Family*/

/*Common Settings*/
*{
  margin:0px;
  padding:0px;
}
body{
  transition: all 0.5s ease-in-out;
}
ul{
  list-style-type: none;
  padding:0;
}
a{
  text-decoration: none;
  color: white;
}
/*Common Settings*/

.gap{
  margin-top:60px;
}
