@font-face {
  font-family: 'Iran-Sans';
  src: url('./../public/fonts/IRANSANS/IRANSans.ttf');
}

@import 'first-screen.css';
@import 'first-screen-inner.css';
html{

  font-family: 'Iran-Sans'!important;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Iran-Sans'!important;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  font-family: 'Iran-Sans'!important;
}