* {
    margin: 0;
}

@font-face {
  font-family:  'WorkSans-Bold';
  src: url('../fonts/static/WorkSans-Bold.ttf');
}

@font-face {
  font-family:  'WorkSans-ExtraBold';
  src: url('../fonts/static/WorkSans-ExtraBold.ttf');
}

@font-face {
  font-family:  'WorkSans-ExtraLight';
  src: url('../fonts/static/WorkSans-ExtraLight.ttf');
}


@font-face {
  font-family:  'WorkSans-Light';
  src: url('../fonts/static/WorkSans-Light.ttf');
}

@font-face {
  font-family:  'WorkSans-Medium';
  src: url('../fonts/static/WorkSans-Medium.ttf');
}

@font-face {
  font-family:  'WorkSans-Regular';
  src: url('../fonts/static/WorkSans-Regular.ttf');
}
@font-face {
  font-family:  'WorkSans-SemiBold';
  src: url('../fonts/static/WorkSans-SemiBold.ttf');
}

@font-face {
  font-family:  'WorkSans-Thin';
  src: url('../fonts/static/WorkSans-Thin.ttf');
}



  

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  
}
body {
  font-family:  'WorkSans';
  overflow-x: hidden;
  overflow-y: hidden;
}
a:hover{
  text-decoration:none;
}



