:root {
    .open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
--lead-text-0: #000000;
    --lead-text-1: #f7ba00;
    --lead-text-2: #fff7dd;
    --lead-surface-1: #ffde77;
    --lead-surface-2: #f7ba00;
    --accent-text-0: #000000;
    --accent-text-1: #1d1d1d;
    --accent-text-2: #343434;
    --accent-surface-1: #2f2f2f;
    --accent-surface-2: #1d1d1d;
    --surface0: #ffc511;
    --surface1: #f7ba00;
    --surface2: #dda700;
    --surface3: #c49400;
    --surface4: #aa8100;


    --font-primary: "Open Sans", serif;
    --font-headings: "Open Sans", serif;
    --font-button: "Open Sans", serif;
   




  --lead-color:#ffc511;
  --accent-color:#2a2a2a ;
  --brand-color:#fafafa   ;
  --surface-color:#ffc511;
  --contrast-color:#9E41CB;
  --text-color:#000000;

	--lead-btn-color:#2a2a2a;
	--accent-btn-color:#ffffff;
    --light:#ffffff;
    --dark:#2a2a2a;


  --primary-color: var(--lead-surface-2);
  --secondary-color: var(--accent-surface-2);
  --text-color-nav: var(--dark);
  --background-color: #EDF2F7;
  --hero-text: var(--text-color-1);

  --gap:3em;

  --heading-fw: 800;
  --headline-fw: 600;
  --tite-fw : 600;

  --hero-height: 70dvh;
  
  --slogan-fs : var(--font-size-11);
  --slogan-fw : unset;
  --slogan-strong-fs : var(--font-size-7);
  --slogan-strong-fw : 800;

  --font-size-sm: 14px;
  --font-size-md: 18px;
  --font-size-lg: 24px;
  --font-size-xl: 32px;

 --font-size-03: 0.5em;
    --font-size-02: 0.625em;
    --font-size-01: 0.75em;
    --font-size-00: 0.875em;
    --font-size-0: 1em;
    --font-size-1: clamp(1.0625em, calc(.2vw + 1em), 1.125em);
    --font-size-2: clamp(1.125em, calc(.5vw + 1em), 1.25em);
    --font-size-3: clamp(1.25em, calc(1vw + 1em), 1.5em);
    --font-size-4: clamp(1.375em, calc(1.5vw + 1em), 1.75em);
    --font-size-5: clamp(1.5em, calc(2vw + 1em), 2em);
    --font-size-6: clamp(1.625em, calc(2.1vw + 1em), 2.25em);
    --font-size-7: clamp(1.75em, calc(2.2vw + 1em), 2.5em);
    --font-size-8: clamp(1.875em, calc(2.4vw + 1em), 2.75em);
    --font-size-9: clamp(2em, calc(2.6vw + 1em), 3.125em);
    --font-size-10: clamp(2.125em, calc(2.8vw + 1em), 3.375em);
    --font-size-11: clamp(2.25em, calc(3vw + 1em), 3.625em);
    --font-size-12: clamp(2.375em, calc(3.2vw + 1em), 3.875em);
    --font-size-custom: clamp(3.375em, calc(3.6vw + 1em), 4.875em);

  --h1-fs: var(--font-size-12);
  --h2-fs: var(--font-size-8);
  --fs-card-title : var(--font-size-2);
  --fw-card-title : var(--tite-fw);

  --font-size-para : var(--font-size-1);
  --lh-para: 1.6;

   --offset-top: 6.599609375em;


  --spacing-sm: 10px;
  --spacing-md: 20px;
  --spacing-lg: 40px;
  
  --border-radius: 1em;

  --broad : 5vw;
  --wide : 3vw;
  --tight : 17vw;
  --screen : 0vw;
  
  --mq-md-down : (max-width: 768px);

/* Media query for tablets */
@media (max-width: 1440px) {
   --broad : 5vw;
  --wide : 3vw;
  --tight : 10vw;
  --screen : 0vw;
}

/* Media query for tablets */
@media (max-width: 768px) {
   --broad : 1vw;
  --wide : 1vw;
  --tight : 1vw;
  --screen : 0vw;
  --hero-height: 100%;

}
    
/* Media query for mobile devices */
@media (max-width: 480px) {
   --broad : 4vw;
  --wide : 3vw;
  --tight : 1vw;
  --screen : 0vw;
}



}

/* General Styles */

h1 {font-size: var(--h1-fs);}
h2 {font-size: var(--h2-fs);}

h3 {font-size: var(--font-size-3);}
h4 {font-size: var(--font-size-2);}

h1 , h2 , h3 , h4 , h5 {
    font-weight: var(--heading-fw);
    font-family: var(--font-headings);
}

.blk-txt p {
    font-size: var(--font-size-para);
    line-height: var(--lh-para);
    text-align: justify;
}

body {
  font-family: var(--font-primary);
  color: var(--text-color);
  margin: 0;
  padding: 0;
  background-color: var(--background-color);
}
