html {
  background-color: #000;
}

body {
  font-family: Arial, Tahoma, Sans-serif;
  /* font-size: 11px; */
  color: #aaa;
  margin: 0;
}
* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'norwester';
  src: url('../fonts/norwester-7bf226306214181d5e917ed5bda2301c.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vanguard_cfextra_bold';
  src: url('../fonts/vanguardcf-extrabold-5994a4420c2337a84006e07916bd1067.woff2') format('woff2'),
    url('../fonts/vanguardcf-extrabold-8622828199775d53d6424ff95d13c5b9.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroyregular';
  src: url('../fonts/gilroy-regular-32f8628bf706e5a5f8d9222bde96f847.woff2') format('woff2'),
    url('../fonts/gilroy-regular-7018c57a99b0c522f9684866e2c6e7d9.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroysemibold';
  src: url('../fonts/gilroy-semibold-31a4b242fa6ff4c30308112eb80a1f50.woff2') format('woff2'),
    url('../fonts/gilroy-semibold-791b421e9a5f733532e55839177663ae.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroybold';
  src: url('../fonts/gilroy-bold-5b838cd290eb1d5a1c6d3918bf498770.woff2') format('woff2'),
    url('../fonts/gilroy-bold-99d13132b00e3bf1eaa551fe5c6d6b82.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

#ot-sdk-btn-floating {
  display: none;
}
