/**
 * Typography for layout.home (Arabic RTL).
 * Loads after Regna style.css to replace Open Sans / Poppins with Cairo.
 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
#header #logo h1,
#hero .btn-get-started,
#call-to-action .cta-btn,
.btn,
.form-control,
.form-select,
input,
select,
textarea,
button {
  font-family: "Cairo", "Segoe UI", Tahoma, sans-serif !important;
}

/* Uppercase + wide letter-spacing suit Latin titles, not Arabic UI */
#hero .btn-get-started,
#call-to-action .cta-btn {
  text-transform: none !important;
  letter-spacing: normal !important;
}
