*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'barlow';
  }


@font-face{
font-family: 'sf-pro-regular';
src: url(../font/sf-pro-regular.OTF);
}
@font-face{
    font-family: 'sf-pro-title';
    src: url(../font/sf-pro-title.OTF);
    

}
@font-face{
    font-family: 'qurova';
    src: url(../font/qurova.ttf);
    

}
@font-face {
  font-family: 'tusker';
  src: url(../font/TuskerGrotesk-5700Bold.otf);
}
@font-face {
  font-family: 'blastimo';
  src: url(../font/blastimoswash.ttf);
}
@font-face{
    font-family: 'handipro';
    src: url(../font/handipro.otf);
    

}
@font-face{
    font-family: 'run';
    src: url(../font/run.ttf);
    

}
@font-face{
    font-family: 'musticapro';
    src: url(../font/musticapro.otf);
    

}
@font-face{
    font-family: 'barlow';
    src: url(../font/Barlow-Medium.ttf);
    

}
@font-face{
    font-family: 'satoshi';
    src: url(../font/Satoshi-Medium.otf);
    

}
@font-face{
    font-family: 'satoshi-italic';
    src: url(../font/Satoshi-MediumItalic.otf);
    

}
@font-face{
    font-family: 'instrumentserif-italic';
    src: url(../font/instrumentserif-italic.ttf);
    

}
@font-face{
    font-family: 'satoshi-text';
    src: url(../font/Satoshi-Light.otf);
    

}
@font-face{
    font-family: 'ubuntu';
    src: url(../font/Ubuntu-Medium.ttf);
    

}


body {
background-color: #080808;
height: auto;
overflow-x: hidden;
margin: auto;

}

