/* global styles */

:root {
  font-size: 16px;
}

* {
  font-family: 'Quicksand', sans-serif !important;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*:focus-visible {
  outline: none;
}

body {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

#loader {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tridentmessage {
  padding: 0 16px;
  display: flex;
  align-items: center;
}

.tridentmessage_icon {
  width: 100%;
}

.tridentmessage_title {
  text-align: center;
  margin-bottom: 8px;
}
