
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  width: 100% !important;
}

@font-face {
  font-family: "iicons";
  src: /*url('../fonts/iiyamawebicons-Regular.eot?') format('eot'), 
       url('../fonts/iiyamawebicons-Regular.otf')  format('opentype'), */ url("../fonts/iiyamawebicons-Regular.woff")
      format("woff"),
    url("../fonts/iiyamawebicons-Regular.ttf") format("truetype"),
    url("../fonts/iiyamawebicons-Regular.svg#iiyamawebicons-Regular") format("svg");
}
