
@font-face {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('_fonts/Gilroy-Bold'), url('_fonts/Gilroy-Bold.woff') format('woff');
}

* { font-family: 'Gilroy-Bold', tahoma, helvetica; }

:root {
  --max-width: 1280px;
  --bg: #050026;
  --primary: #ebe6d5;
  --secondary: #f12c87;
}