@font-face {
  font-family: "DINNextLTArabic";
  src: url("/DINNextLTArabic.woff2") format("woff2"),
    url("/DINNextLTArabic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: url(/images/thawr-bg.jpg) no-repeat bottom center fixed;
  font-family: "DINNextLTArabic", sans-serif;
  background-size: cover;
  height: 100dvh;
}
@media screen and (max-width: 768px) {
  body {
    background: url(/images/thawrbg-xs.jpg) no-repeat bottom center;
    background-size: cover;
  }
}

@theme {
  --primary: #1b2a15;
  --color-tahiti: #3ab7bf;
  --color-bermuda: #78dcca;
}
