



/* ==============font luxillag=========*/
/* Local League Spartan font */
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/league-spartan/league-spartan-900.ttf) format('truetype');
}

.luxillag-font {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}


/*FONTS*/
/* Local Inter Tight font */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/inter-tight/inter-tight-100.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/inter-tight/inter-tight-300.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/inter-tight/inter-tight-700.ttf) format('truetype');
}

/* Using Sora from fonts-local.css - no need to re-import */

p {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.077em;
  font-style: normal;
}

.inter-tight-bold{
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}



body {
  font-family: "League Spartan", sans-serif;
  font-family: "Inter Tight", sans-serif;
}



.font-size-2 {
  font-size: 2rem;
}



@media screen and (max-width: 768px) {
  font-size-3 {
    font-size: 1.5rem;
  }
  }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 1.5rem;
    }
    }


    .font-size-3 {
      font-size: 1.5rem;
    }

.font-size-4 {
  font-size: 4rem;
}

.font-size-5 {
  font-size: 5rem;
  }
.font-size-6 {
    font-size: 6rem;
    }
.font-size-7 {
      font-size: 7rem;
      }
.font-size-8 {
font-size: 8rem;
}

.font-w-100 { font-weight: 100; }
.font-w-900 { font-weight: 900; }