* {
  font-family: "Comfortaa", sans-serif !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  --antd-wave-shadow-color: #111 !important;
}

body {
  background: #fff;
}

::selection {
  color: #fff;
  background: #111 !important;
}

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

*:focus {
  outline: none !important;
}
