@font-face {
  font-family: 'manrope';
  src: url('../fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 1 999;
}

body > * {
  font-family: 'Manrope', Arial !important;
}

body {
  background: #000000 url('../images/background/tta_lk_small.png') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}