@font-face {
  font-family: "Switzer";
  font-display: swap;
  src: url("../fonts/switzer/Switzer-Regular.otf");
}
@font-face {
  font-family: "Switzer";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/switzer/Switzer-Medium.otf");
}
@font-face {
  font-family: "Switzer";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/switzer/Switzer-Bold.otf");
}
@font-face {
  font-family: "Switzer";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/switzer/Switzer-Light.otf");
}
@font-face {
  font-family: "Switzer";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/switzer/Switzer-Black.otf");
}
@font-face {
  font-family: "Switzer";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/switzer/Switzer-BlackItalic.otf");
}
@font-face {
  font-family: "Larken";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/larken/LarkenDEMO-Regular.otf");
}
@font-face {
  font-family: "Larken";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/larken/LarkenDEMO-Medium.otf");
}
@font-face {
  font-family: "Larken";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/larken/LarkenDEMO-Bold.otf");
}
@font-face {
  font-family: "Larken";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/larken/LarkenDEMO-Light.otf");
}
@font-face {
  font-family: "Larken";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/larken/LarkenDEMO-Black.otf");
}
@font-face {
  font-family: "Larken";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/larken/LarkenDEMO-BoldItalic.otf");
}

:root {
  --primary-font: "Switzer", serif;
  --secondary-font: "Larken", serif;
}

.primary_font {
  font-family: var(--primary-font);
  font-style: normal;
}
.secondary_font {
  font-family: var(--secondary-font);
  font-style: normal;
}

.secondary_italic{
  font-style: italic;
  font-family: var(--secondary-font);
}
.font__light {
  font-weight: 300;
}

.fw__reg {
  font-weight: 400;
}
.fw__med {
  font-weight: 500;
}
.fw__semiBold {
  font-weight: 600;
}
.fw__bold {
  font-weight: 700;
}
.fw__extrabold {
  font-weight: 900;
}
.fw__thin {
  font-weight: 100;
}



/* Fonts family */
.heading-font {
	font-family: var(--heading-font);
}

.secondary-regular-font {
	font-family: var(--secondary-regular-font);
}

.secondary-semibold-font {
	font-family: var(--secondary-semibold-font);
}

.primary-regular-font {
	font-family: var(--regular-font);
}

.primary-medium-font {
	font-family: var(--para-font);
}

.primary-semibold-font {
	font-family: var(--btn-font);
}

.primary-bold-font {
	font-family: var(--bold-font);
}




.level-1 {
  font-size: 53px;
}
.level-2 {
  font-size: 35px;
}
.level-3 {
  font-size: 25px;
}
.level-4 {
  font-size: 20px;
}
.level-5 {
  font-size: 18px;
}

.level-6 {
  font-size: 14px;
}
.level-7 {
  font-size: 12px;
}
.level-8 {
  font-size: 10px;
}
.level-9 {
  font-size: 9px;
}


@media (max-width: 1200px) {
  .level-1 {
    font-size: 40px;
  }
  .level-2 {
    font-size: 30px;
  }
  .level-3 {
    font-size: 20px;
  }
  .level-4 {
    font-size: 18px;
  }
  .level-5 {
    font-size: 16px;
  }
  .level-6 {
    font-size: 14px;
  }


  
}

@media (max-width: 991px) {
  .level-1 {
    font-size: 35px;
  }
  .level-2 {
    font-size: 25px;
  }
  .level-3 {
    font-size: 18px;
  }
  .level-4 {
    font-size: 15px;
  }
  .level-7 {
    font-size: 9px;
  }
  .level-6 {
    font-size: 12px;
  }

}

@media (max-width: 768px) {
  .level-1 {
    font-size: 30px;
  }
  .level-2 {
    font-size: 21px;
  }
  .level-3 {
    font-size: 14px;
  }
  .level-4 {
    font-size: 12px;
  }
  .level-5 {
    font-size: 11px;
  }
  .level-6 {
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .level-1 {
    font-size: 25px;
  }
  .level-2 {
    font-size: 20px;
  }
  .level-3 {
    font-size: 15px;
  }
  .level-4 {
    font-size: 10px;
  }
}
