/*
Theme Name: Truideation Custom
Version: 1.07
*/

html {
  height: 100%;
}

body {
  background: #404040 !important;
  color: #fff;
  height:100%;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #ec1c24 !important;
  text-decoration: none;
}

.roboto-400 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.text-balance {
  text-wrap: balance;
}