@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/playfair-display-v40-latin-600.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/playfair-display-v40-latin-700.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v25-latin-regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v25-latin-700.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v25-latin-900.woff2') format('woff2');
  font-display: swap;
}

:root {
  --primary: #eb3498;
  --primary-dark: #b0166d;
  --primary-soft: #fceef7;
  --gold: #d4af37;
  --gold-dark: #b8942a;
  --ink: #241b21;
  --text: #4b4148;
  --text-muted: #6d636a;
  --line: #efe6ec;
  --bg: #ffffff;
  --bg-soft: #fdf9fc;
  --bg-dark: #1d151a;
  --wa: #25d366;
  --star: #f4b731;
  --content-width: 1200px;
  --header-height: 78px;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 10px rgba(36, 27, 33, .06);
  --shadow-md: 0 12px 30px rgba(36, 27, 33, .1);
  --shadow-lg: 0 22px 55px rgba(235, 52, 152, .18);
  --ease: .28s cubic-bezier(.4, 0, .2, 1);
  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "Lato", "Segoe UI", system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  color: var(--text);
  background: var(--bg);
  font-family: var(--font-body);
  line-height: 1.65;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ink);
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.02em;
  text-wrap: balance;
}

h1 { letter-spacing: -.03em; }

a { color: inherit; }

img {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 2px;
  border-radius: 6px;
}

::selection {
  color: #fff;
  background: var(--primary-dark);
}

.rihlah-container {
  width: min(100% - 3rem, var(--content-width));
  margin-inline: auto;
}

.rihlah-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
