@font-face {
  font-family: 'AR YuanB5';
  src: url('fonts/aryuanb5_eb.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

:root {
  --newsletter-subscription-primary-color: #e8be29;
  --newsletter-subscription-secondary-color: #fff;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 20px;
  font-weight: 400;
	margin: 0;
	line-height: 1.25;
	color: #333;
  background-color: #000;
  font-family: Calibri, sans-serif;
  background-image: url('/tact/images/page-background.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  font-weight: 800;
}
.page {
    overflow: hidden;
}

:target {
  scroll-margin-top: 140px;
}

@media (max-width: 1024px) {
  body {
    background-image: url('/tact/images/page-background-mobile.jpg');
    background-size: cover;
    background-position: top center;
  }
}
