@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import '/src/components/footer/footer.css';

@import '/src/styles/home/hero.css';
@import '/src/styles/home/whatwedo.css';
@import '/src/styles/home/trusted.css';
@import '/src/styles/home/affiliate.css';
@import '/src/styles/home/earn.css';
@import '/src/styles/home/financial.css';
@import '/src/components/faq/faq.css';
@import '/src/styles/news.css';
@import '/src/styles/news-detail.css';

@import '/src/styles/about/abouthero.css';
@import '/src/styles/about/aisection.css';
@import '/src/styles/about/steps.css';

@import '/src/styles/mentorship/mentorhero.css';
@import '/src/styles/mentorship/suits.css';
@import '/src/styles/mentorship/benefits.css';
@import '/src/styles/mentorship/example.css';

@import '/src/styles/principles/principleshero.css';
@import '/src/styles/principles/core.css';

@import '/src/styles/privacy.css';
@import '/src/styles/agreement.css';

@import '/src/styles/auth/register.css';

@import '/src/styles/contact/contact.css';

@import '/src/styles/alghorithm/profit.css';
@import '/src/styles/alghorithm/example2.css';
@import '/src/styles/alghorithm/distribution.css';

@import '/src/styles/refferals/howitwoorks.css';
@import '/src/styles/refferals/advantages.css';
@import '/src/styles/refferals/partner.css';

@import '/src/styles/legal/bookmaker.css';
@import '/src/styles/legal/licience.css';
@import '/src/styles/legal/closemodel.css';
@import '/src/styles/legal/legalposition.css';

.container {
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'Inter', sans-serif;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #000000;
}
