.elementor-kit-5{--e-global-color-primary:#E63946;--e-global-color-secondary:#1D84CC;--e-global-color-text:#2C2C2C;--e-global-color-accent:#C38E52;--e-global-color-eb12a67:#E63946;--e-global-color-a2a3f06:#1D84CC;--e-global-color-245872d:#E7C98F;--e-global-color-5b0a15b:#C38E52;--e-global-color-955439d:#FAF6EF;--e-global-color-e852e04:#2C2C2C;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-secondary-font-family:"Space Grotesk";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.6em;--e-global-typography-text-letter-spacing:0em;--e-global-typography-accent-font-family:"Space Grotesk";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:var( --e-global-color-e852e04 );font-size:3.4rem;font-weight:600;line-height:1.5;letter-spacing:0.02em;}.elementor-kit-5 h2{color:var( --e-global-color-a2a3f06 );font-size:2.4rem;line-height:1.15;}.elementor-kit-5 h3{color:var( --e-global-color-5b0a15b );font-size:1.8rem;line-height:1.2;}.elementor-kit-5 h4{color:var( --e-global-color-245872d );font-size:1.4rem;line-height:1.25;}.elementor-kit-5 h5{color:#2C2C2CB8;}.elementor-kit-5 h6{color:#2C2C2CAB;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5 h1{font-size:2.6rem;line-height:1.15;letter-spacing:0.02em;}.elementor-kit-5 h2{line-height:1.15;letter-spacing:0.02em;}.elementor-kit-5 h3{font-size:1.6rem;line-height:1.2;}.elementor-kit-5 h4{font-size:1.3rem;line-height:1.25;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:2.2rem;line-height:1.5;letter-spacing:0.02em;}.elementor-kit-5 h2{font-size:1.8rem;line-height:1.15;}.elementor-kit-5 h3{font-size:1.4rem;line-height:1.2;}.elementor-kit-5 h4{font-size:1.2rem;line-height:1.25;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==============================
   TUNISIA FILM HUB – GLOBAL THEME
   Colors + Typography
   ============================== */

/* -------- ROOT TOKENS -------- */
:root {
  /* Primary Colors */
  --tfh-red-tunisian: #E63946;
  --tfh-blue-mediterranean: #1D84CC;
  --tfh-sand-desert: #E7C98F;
  --tfh-ocre-matmata: #C38E52;
  --tfh-white-mediterranean: #FAF6EF;
  --tfh-anthracite: #2C2C2C;

  /* Secondary Accents */
  --tfh-rose-maghreb: #D96DA8;
  --tfh-blue-azur: #63C7FF;
  --tfh-gold-sunset: #FDBE56;

  /* Font Families */
  --tfh-font-heading: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tfh-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Fluid Font Sizes (desktop / tablet / mobile via clamp) */
  --tfh-fs-body: clamp(0.95rem, 0.22vw + 0.9rem, 1.05rem);
  --tfh-fs-small: clamp(0.8rem, 0.18vw + 0.78rem, 0.9rem);
  --tfh-fs-h1: clamp(2.4rem, 4vw, 3.4rem);
  --tfh-fs-h2: clamp(2rem, 3.2vw, 2.8rem);
  --tfh-fs-h3: clamp(1.6rem, 2.6vw, 2.2rem);
  --tfh-fs-h4: clamp(1.3rem, 2vw, 1.7rem);
  --tfh-fs-h5: clamp(1.1rem, 1.6vw, 1.4rem);
  --tfh-fs-h6: clamp(1rem, 1.2vw, 1.2rem);

  /* Line Heights */
  --tfh-lh-body: 1.6;
  --tfh-lh-heading: 1.15;
}

/* -------- GLOBAL TYPOGRAPHY -------- */

body {
  font-family: var(--tfh-font-body);
  font-size: var(--tfh-fs-body);
  line-height: var(--tfh-lh-body);
  color: var(--tfh-anthracite);
  background-color: var(--tfh-white-mediterranean);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--tfh-font-heading);
  line-height: var(--tfh-lh-heading);
  color: var(--tfh-anthracite);
  letter-spacing: 0.02em;
}

h1 { font-size: var(--tfh-fs-h1); }
h2 { font-size: var(--tfh-fs-h2); }
h3 { font-size: var(--tfh-fs-h3); }
h4 { font-size: var(--tfh-fs-h4); }
h5 { font-size: var(--tfh-fs-h5); }
h6 { font-size: var(--tfh-fs-h6); }

p, li {
  font-size: var(--tfh-fs-body);
}

small {
  font-size: var(--tfh-fs-small);
}

/* -------- BACKGROUND HELPERS -------- */

.bg-main {
  background-color: var(--tfh-white-mediterranean);
}

.bg-sand {
  background-color: var(--tfh-sand-desert);
}

.bg-ocre {
  background-color: var(--tfh-ocre-matmata);
}

/* -------- BUTTONS -------- */

.btn-primary {
  background-color: var(--tfh-red-tunisian);
  color: #ffffff;
}

.btn-secondary {
  background-color: var(--tfh-blue-mediterranean);
  color: #ffffff;
}

/* -------- UTILITY TYPO CLASSES -------- */

.tfh-heading {
  font-family: var(--tfh-font-heading);
}

.tfh-body {
  font-family: var(--tfh-font-body);
}

.tfh-lead {
  font-size: clamp(1.05rem, 0.4vw + 1rem, 1.2rem);
  line-height: 1.7;
}/* End custom CSS */