@font-face {
  font-family: 'Kepler Std';
  src: url('/fonts/keplerstd-blackcapt.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'IvyMode Thin';
  src: url('/fonts/IvyMode_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}


html {
  overflow-x: hidden;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #232323;
}


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

input,
label {
  font-weight: normal;
  font-family: inherit;
}

* {
  box-sizing: border-box;
}
