﻿@font-face {
  font-family: "PlusJakartaSans";
  font-weight: 400;
  font-display: swap;
  src: url("fonts/PlusJakartaSans-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "PlusJakartaSans";
  font-display: swap;
  font-weight: 700;

  src: url("fonts/PlusJakartaSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "PlusJakartaSans";
  font-display: swap;
  font-weight: 400;
  src: url("fonts/PlusJakartaSans-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "PlusJakartaSans";
  font-display: swap;
  font-weight: 700;
  src: url("fonts/PlusJakartaSans-Bold.ttf") format("truetype");
}

/*
 Depricated
 font-weight should be set width font-weight prop, not with font-family
*/

@font-face {
  font-family: "Courier";
  font-display: swap;
  src: url("fonts/courier-prime.ttf") format("opentype");
}

@font-face {
  font-family: "CourierBold";
  font-display: swap;
  src: url("fonts/courier-prime-bold.ttf") format("opentype");
}

@font-face {
  font-family: "Fortnite";
  font-display: swap;
  src: url("fonts/fortnite.ttf") format("truetype");
}

body {
  font-family: "PlusJakartaSans", serif !important;
  color: #333;
  line-height: 1.6;
  box-sizing: border-box;
  background: white;
  margin: 0;
  font-size: 18px;
  max-width: 100vw;
  overflow-x: hidden !important;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input:focus {
  outline: unset;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slick-slider {
  width: 100%;
}

.slick-arrow {
  display: none !important;
}

.whitepaper-popup .popup__content {
  color: #000000;
  background: unset !important;
}

.whitepaper-popup .popup__close {
  top: 16px !important;
  right: 16px !important;
  filter: brightness(0);
}

.whitepaper-popup-success {
  padding: 119px 295px !important;
}

@media (max-width: 1023px) {
  .whitepaper-popup-success {
    padding: 16px 32px !important;
  }
}

.news-slider .slick-slide > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.hideChat > div > div[role="presentation"] {
  display: none;
}
