/**
* @license
*
* Font Family: Clash Grotesk
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/clash-grotesk
* © 2025 Indian Type Foundry
*
* Clash Grotesk Extralight 
* Clash Grotesk Light 
* Clash Grotesk Regular 
* Clash Grotesk Medium 
* Clash Grotesk Semibold 
* Clash Grotesk Bold 
* Clash Grotesk Variable (Variable font)

*
*/
@font-face {
  font-family: 'ClashGrotesk-Extralight';
  src: url('../fonts/WEB/fonts/ClashGrotesk-Extralight.woff2') format('woff2'),
       url('../fonts/WEB/fonts/ClashGrotesk-Extralight.woff') format('woff'),
       url('../fonts/WEB/fonts/ClashGrotesk-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashGrotesk-Light';
  src: url('../fonts/WEB/fonts/ClashGrotesk-Light.woff2') format('woff2'),
       url('../fonts/WEB/fonts/ClashGrotesk-Light.woff') format('woff'),
       url('../fonts/WEB/fonts/ClashGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashGrotesk-Regular';
  src: url('../fonts/WEB/fonts/ClashGrotesk-Regular.woff2') format('woff2'),
       url('../fonts/WEB/fonts/ClashGrotesk-Regular.woff') format('woff'),
       url('../fonts/WEB/fonts/ClashGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashGrotesk-Medium';
  src: url('../fonts/WEB/fonts/ClashGrotesk-Medium.woff2') format('woff2'),
       url('../fonts/WEB/fonts/ClashGrotesk-Medium.woff') format('woff'),
       url('../fonts/WEB/fonts/ClashGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashGrotesk-Semibold';
  src: url('../fonts/WEB/fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
       url('../fonts/WEB/fonts/ClashGrotesk-Semibold.woff') format('woff'),
       url('../fonts/WEB/fonts/ClashGrotesk-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashGrotesk-Bold';
  src: url('../fonts/WEB/fonts/ClashGrotesk-Bold.woff2') format('woff2'),
       url('../fonts/WEB/fonts/ClashGrotesk-Bold.woff') format('woff'),
       url('../fonts/WEB/fonts/ClashGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'ClashGrotesk-Variable';
  src: url('../fonts/WEB/fonts/ClashGrotesk-Variable.woff2') format('woff2'),
       url('../fonts/WEB/fonts/ClashGrotesk-Variable.woff') format('woff'),
       url('../fonts/WEB/fonts/ClashGrotesk-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

/* FORCE CLASH GROTESK APPLICATION - HIGHEST PRIORITY */
html, body {
    font-family: 'ClashGrotesk-Regular', 'ClashGrotesk-Variable', 'Nunito', sans-serif !important;
}

/* Override Bootstrap and AdminLTE with very high specificity */
.wrapper,
.wrapper *:not(i[class*="fa"]):not(i[class*="icon"]):not([class*="fa-"]):not([class*="ion-"]),
.content-wrapper,
.content-wrapper *:not(i[class*="fa"]):not(i[class*="icon"]):not([class*="fa-"]):not([class*="ion-"]),
.main-sidebar,
.main-sidebar *:not(i[class*="fa"]):not(i[class*="icon"]):not([class*="fa-"]):not([class*="ion-"]),
.main-header,
.main-header *:not(i[class*="fa"]):not(i[class*="icon"]):not([class*="fa-"]):not([class*="ion-"]) {
    font-family: 'ClashGrotesk-Regular', 'ClashGrotesk-Variable', 'Nunito', sans-serif !important;
}

/* Ensure all text elements use Clash Grotesk */
p, span, div, label, input, textarea, select, a, li, td, th, 
.card, .card-body, .nav-link, .btn, .form-control, .table {
    font-family: 'ClashGrotesk-Regular', 'ClashGrotesk-Variable', 'Nunito', sans-serif !important;
}

/* Preserve icon fonts with highest priority */
i[class*="fa"], 
i[class*="fas"], 
i[class*="fab"], 
i[class*="far"], 
i[class*="fal"], 
i[class*="icon"],
i[class*="ion"],
.fa, .fas, .fab, .far, .fal, .nav-icon {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "Ionicons" !important;
}

