@tailwind base;
@tailwind components;
@tailwind utilities;
html {
    font-family: 'Lato' !important;
}

.bg-image-truic {
    background-image: url(/wwwroot/images/header/png/truic-and-wheel.png);
}

.bg-truic-flame {
    background-image: url(/wwwroot/images/about-us/truic-flame-transparent.png);
}

.terms-of-service li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2em !important;
}
/* latin-ext */
.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  