@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 200;
  src: local(""),
    url("/assets/fonts/hind/hind-v11-latin-300.woff2") format("woff2"),
    url("/assets/fonts/hind/hind-v11-latin-300.woff") format("woff");
}

@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 300;
  src: local(""),
    url("/assets/fonts/hind/hind-v11-latin-300.woff2") format("woff2"),
    url("/assets/fonts/hind/hind-v11-latin-300.woff") format("woff");
}

@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("/assets/fonts/hind/hind-v11-latin-regular.woff2") format("woff2"),
    url("/assets/fonts/hind/hind-v11-latin-regular.woff") format("woff");
}

@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 500;
  src: local(""),
    url("/assets/fonts/hind/hind-v11-latin-500.woff2") format("woff2"),
    url("/assets/fonts/hind/hind-v11-latin-500.woff") format("woff");
}

@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 600;
  src: local(""),
    url("/assets/fonts/hind/hind-v11-latin-600.woff2") format("woff2"),
    url("/assets/fonts/hind/hind-v11-latin-600.woff") format("woff");
}

@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("/assets/fonts/hind/hind-v11-latin-700.woff2") format("woff2"),
    url("/assets/fonts/hind/hind-v11-latin-700.woff") format("woff");
}

@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 800;
  src: local(""),
    url("/assets/fonts/hind/hind-v11-latin-700.woff2") format("woff2"),
    url("/assets/fonts/hind/hind-v11-latin-700.woff") format("woff");
}

/* -- ----------------------------------------------------------------------- */

html {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  height: inherit;
  padding: inherit;
  margin: inherit;
  background-color: #fff;
  color: #222;
  font-family: Hind, Arial, sans-serif;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}

*,
*::before,
*::after {
  box-sizing: border-box !important;
}
