@charset "UTF-8";
:root {
  --rj-radius: 12px;
  --rj-radius-sm: 10px;
  --rj-radius-lg: 16px;
  --rj-shift: .40s;
  --rj-lift: -5px;
  --rj-shadow: 0 1px 2px rgba(10,28,61,.04), 0 8px 24px rgba(10,28,61,.06);
  --rj-shadow-lg: 0 4px 12px rgba(10,28,61,.08), 0 18px 40px rgba(10,28,61,.12);
  --rj-font-body: "Inter", "Tajawal", system-ui, -apple-system, "Segoe UI", sans-serif;
  --rj-font-display: "Fraunces", "Tajawal", Georgia, "Times New Roman", serif;
  --rj-navy: #0a1c3d;
  --rj-navy-light: #1e3a5f;
  --rj-champagne: #c9a961;
  --rj-champagne-dark: #b8935a;
  --rj-gold: #e8d5a3;
  --rj-cream: #fefcf8;
  --rj-page: #fafbfc;
  --rj-card: #ffffff;
  --rj-sidebar: #0a1c3d;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254, 252, 248, 0.72);
  --rj-sidebar-line: rgba(201, 169, 97, 0.18);
  --rj-sidebar-accent: #c9a961;
  --rj-header: #ffffff;
  --rj-column: #f4f6f9;
  --rj-border: rgba(10, 28, 61, 0.1);
  --rj-text: #0a1c3d;
  --rj-muted: #8a8f99;
  --rj-bg: #fafbfc;
  --rj-text-muted: #8a8f99;
  --rj-text-faint: #b4b9c2;
  --rj-cream-warm: #faf4e6;
  --rj-champagne-soft: rgba(201, 169, 97, 0.12);
  --rj-navy-soft: rgba(10, 28, 61, 0.04);
}

[data-rj-theme=dark] {
  --rj-sidebar: #050b16;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #0a1320;
  --rj-header: #0c1726;
  --rj-card: #13243d;
  --rj-column: #0d1828;
  --rj-border: rgba(201, 169, 97, 0.16);
  --rj-text: #fefcf8;
  --rj-muted: #8893a5;
  --rj-text-muted: #8893a5;
  --rj-text-faint: #5e6c82;
  --rj-cream: #13243d;
  --rj-cream-warm: #16273f;
  --rj-bg: #0a1320;
  --rj-gold: rgba(201, 169, 97, 0.3);
  --rj-champagne-soft: rgba(201, 169, 97, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
  --rj-shadow: 0 1px 2px rgba(0,0,0,.30), 0 8px 24px rgba(0,0,0,.35);
  --rj-shadow-lg: 0 4px 12px rgba(0,0,0,.35), 0 18px 40px rgba(0,0,0,.45);
}

[data-rj-palette=heritage] {
  --rj-navy: #0a1c3d;
  --rj-navy-light: #1e3a5f;
  --rj-champagne: #c9a961;
  --rj-champagne-dark: #b8935a;
  --rj-gold: #e8d5a3;
  --rj-cream: #fefcf8;
  --rj-page: #fafbfc;
  --rj-card: #ffffff;
  --rj-sidebar: #0a1c3d;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254, 252, 248, 0.72);
  --rj-sidebar-line: rgba(201, 169, 97, 0.18);
  --rj-sidebar-accent: #c9a961;
  --rj-header: #ffffff;
  --rj-column: #f4f6f9;
  --rj-border: rgba(10, 28, 61, 0.1);
  --rj-text: #0a1c3d;
  --rj-muted: #8a8f99;
  --rj-bg: #fafbfc;
  --rj-text-muted: #8a8f99;
  --rj-text-faint: #b4b9c2;
  --rj-cream-warm: #faf4e6;
  --rj-champagne-soft: rgba(201, 169, 97, 0.12);
  --rj-navy-soft: rgba(10, 28, 61, 0.04);
}

[data-rj-palette=heritage][data-rj-theme=dark] {
  --rj-sidebar: #050b16;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #0a1320;
  --rj-header: #0c1726;
  --rj-card: #13243d;
  --rj-column: #0d1828;
  --rj-border: rgba(201, 169, 97, 0.16);
  --rj-text: #fefcf8;
  --rj-muted: #8893a5;
  --rj-text-muted: #8893a5;
  --rj-text-faint: #5e6c82;
  --rj-cream: #13243d;
  --rj-cream-warm: #16273f;
  --rj-bg: #0a1320;
  --rj-gold: rgba(201, 169, 97, 0.3);
  --rj-champagne-soft: rgba(201, 169, 97, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=emerald] {
  --rj-navy: #0b3d2e;
  --rj-navy-light: #14613f;
  --rj-champagne: #c9a961;
  --rj-champagne-dark: #b8935a;
  --rj-gold: #e8d5a3;
  --rj-cream: #f9fdfa;
  --rj-page: #f7faf8;
  --rj-card: #ffffff;
  --rj-sidebar: #0b3d2e;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254, 252, 248, 0.72);
  --rj-sidebar-line: rgba(201, 169, 97, 0.18);
  --rj-sidebar-accent: #c9a961;
  --rj-header: #ffffff;
  --rj-column: #eef4f1;
  --rj-border: rgba(11, 61, 46, 0.1);
  --rj-text: #0b3d2e;
  --rj-muted: #7d8a85;
  --rj-bg: #f7faf8;
  --rj-text-muted: #7d8a85;
  --rj-text-faint: #aebcb5;
  --rj-cream-warm: #eef6ef;
  --rj-champagne-soft: rgba(201, 169, 97, 0.12);
  --rj-navy-soft: rgba(11, 61, 46, 0.04);
}

[data-rj-palette=emerald][data-rj-theme=dark] {
  --rj-sidebar: #04140e;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #071510;
  --rj-header: #0a1f17;
  --rj-card: #0f2a20;
  --rj-column: #0a1c16;
  --rj-border: rgba(201, 169, 97, 0.16);
  --rj-text: #f4f9f6;
  --rj-muted: #88a596;
  --rj-text-muted: #88a596;
  --rj-text-faint: #4f6b5e;
  --rj-cream: #0f2a20;
  --rj-cream-warm: #123126;
  --rj-bg: #071510;
  --rj-gold: rgba(201, 169, 97, 0.3);
  --rj-champagne-soft: rgba(201, 169, 97, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=onyx] {
  --rj-navy: #1a1a1f;
  --rj-navy-light: #34343d;
  --rj-champagne: #c87f4a;
  --rj-champagne-dark: #b06a3a;
  --rj-gold: #e0b58a;
  --rj-cream: #fcfbfa;
  --rj-page: #fafafa;
  --rj-card: #ffffff;
  --rj-sidebar: #1a1a1f;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254, 252, 248, 0.72);
  --rj-sidebar-line: rgba(201, 169, 97, 0.18);
  --rj-sidebar-accent: #c87f4a;
  --rj-header: #ffffff;
  --rj-column: #f1f1f3;
  --rj-border: rgba(26, 26, 31, 0.1);
  --rj-text: #1a1a1f;
  --rj-muted: #8a8a90;
  --rj-bg: #fafafa;
  --rj-text-muted: #8a8a90;
  --rj-text-faint: #bcbcc2;
  --rj-cream-warm: #f4efe9;
  --rj-champagne-soft: rgba(200, 127, 74, 0.12);
  --rj-navy-soft: rgba(26, 26, 31, 0.04);
}

[data-rj-palette=onyx][data-rj-theme=dark] {
  --rj-sidebar: #0c0c0f;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #131316;
  --rj-header: #1a1a1f;
  --rj-card: #222228;
  --rj-column: #18181c;
  --rj-border: rgba(200, 127, 74, 0.18);
  --rj-text: #f5f3f0;
  --rj-muted: #9a9aa0;
  --rj-text-muted: #9a9aa0;
  --rj-text-faint: #6a6a72;
  --rj-cream: #222228;
  --rj-cream-warm: #2a241f;
  --rj-bg: #131316;
  --rj-gold: rgba(200, 127, 74, 0.3);
  --rj-champagne-soft: rgba(200, 127, 74, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=sapphire] {
  --rj-navy: #12305c;
  --rj-navy-light: #21508c;
  --rj-champagne: #9db8e0;
  --rj-champagne-dark: #6f93c8;
  --rj-gold: #c6d8f0;
  --rj-cream: #fafcff;
  --rj-page: #f8fafd;
  --rj-card: #ffffff;
  --rj-sidebar: #12305c;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254, 252, 248, 0.72);
  --rj-sidebar-line: rgba(201, 169, 97, 0.18);
  --rj-sidebar-accent: #9db8e0;
  --rj-header: #ffffff;
  --rj-column: #eef2f8;
  --rj-border: rgba(18, 48, 92, 0.1);
  --rj-text: #12305c;
  --rj-muted: #7e8aa0;
  --rj-bg: #f8fafd;
  --rj-text-muted: #7e8aa0;
  --rj-text-faint: #aeb8cc;
  --rj-cream-warm: #eaf1fa;
  --rj-champagne-soft: rgba(157, 184, 224, 0.12);
  --rj-navy-soft: rgba(18, 48, 92, 0.04);
}

[data-rj-palette=sapphire][data-rj-theme=dark] {
  --rj-sidebar: #081628;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #0a1422;
  --rj-header: #0c1c34;
  --rj-card: #13294a;
  --rj-column: #0d1c30;
  --rj-border: rgba(157, 184, 224, 0.18);
  --rj-text: #f3f7fd;
  --rj-muted: #8a9ab8;
  --rj-text-muted: #8a9ab8;
  --rj-text-faint: #566685;
  --rj-cream: #13294a;
  --rj-cream-warm: #15304f;
  --rj-bg: #0a1422;
  --rj-gold: rgba(157, 184, 224, 0.3);
  --rj-champagne-soft: rgba(157, 184, 224, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=bordeaux] {
  --rj-navy: #4a1420;
  --rj-navy-light: #6e2230;
  --rj-champagne: #c9a961;
  --rj-champagne-dark: #b8935a;
  --rj-gold: #e8d5a3;
  --rj-cream: #fffcfb;
  --rj-page: #fdf9f9;
  --rj-card: #ffffff;
  --rj-sidebar: #4a1420;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254, 252, 248, 0.72);
  --rj-sidebar-line: rgba(201, 169, 97, 0.18);
  --rj-sidebar-accent: #c9a961;
  --rj-header: #ffffff;
  --rj-column: #f6eeef;
  --rj-border: rgba(74, 20, 32, 0.1);
  --rj-text: #4a1420;
  --rj-muted: #8f7a7e;
  --rj-bg: #fdf9f9;
  --rj-text-muted: #8f7a7e;
  --rj-text-faint: #c9b6ba;
  --rj-cream-warm: #f7ece8;
  --rj-champagne-soft: rgba(201, 169, 97, 0.12);
  --rj-navy-soft: rgba(74, 20, 32, 0.04);
}

[data-rj-palette=bordeaux][data-rj-theme=dark] {
  --rj-sidebar: #1f070d;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #1a0a0e;
  --rj-header: #260d14;
  --rj-card: #3a141d;
  --rj-column: #220c11;
  --rj-border: rgba(201, 169, 97, 0.16);
  --rj-text: #f9f4f4;
  --rj-muted: #b58f96;
  --rj-text-muted: #b58f96;
  --rj-text-faint: #7a5158;
  --rj-cream: #3a141d;
  --rj-cream-warm: #2e1118;
  --rj-bg: #1a0a0e;
  --rj-gold: rgba(201, 169, 97, 0.3);
  --rj-champagne-soft: rgba(201, 169, 97, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=blush] {
  --rj-navy: #5b2a45;
  --rj-navy-light: #7d3a5f;
  --rj-champagne: #e0a3c0;
  --rj-champagne-dark: #c77fa0;
  --rj-gold: #f0cdd9;
  --rj-cream: #fffafc;
  --rj-page: #fdf6f9;
  --rj-card: #ffffff;
  --rj-sidebar: #f7ebf1;
  --rj-sidebar-text: #5b2a45;
  --rj-sidebar-dim: rgba(91, 42, 69, 0.62);
  --rj-sidebar-line: rgba(91, 42, 69, 0.12);
  --rj-sidebar-accent: #b86a90;
  --rj-header: #ffffff;
  --rj-column: #f9eef4;
  --rj-border: rgba(91, 42, 69, 0.12);
  --rj-text: #4a2238;
  --rj-muted: #9a8090;
  --rj-bg: #fdf6f9;
  --rj-text-muted: #9a8090;
  --rj-text-faint: #c9b0bf;
  --rj-cream-warm: #f9ecf2;
  --rj-champagne-soft: rgba(224, 163, 192, 0.12);
  --rj-navy-soft: rgba(91, 42, 69, 0.04);
}

[data-rj-palette=blush][data-rj-theme=dark] {
  --rj-sidebar: #2a1320;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #1f0e18;
  --rj-header: #2a1320;
  --rj-card: #371a2a;
  --rj-column: #261320;
  --rj-border: rgba(224, 163, 192, 0.18);
  --rj-text: #fbeef4;
  --rj-muted: #b596a8;
  --rj-text-muted: #b596a8;
  --rj-text-faint: #6e5060;
  --rj-cream: #371a2a;
  --rj-cream-warm: #2e1626;
  --rj-bg: #1f0e18;
  --rj-gold: rgba(224, 163, 192, 0.3);
  --rj-champagne-soft: rgba(224, 163, 192, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=lavender] {
  --rj-navy: #463164;
  --rj-navy-light: #5f4488;
  --rj-champagne: #b9a7e0;
  --rj-champagne-dark: #8f79c0;
  --rj-gold: #ddd0f0;
  --rj-cream: #fdfbff;
  --rj-page: #f8f6fd;
  --rj-card: #ffffff;
  --rj-sidebar: #efe9fa;
  --rj-sidebar-text: #463164;
  --rj-sidebar-dim: rgba(70, 49, 100, 0.62);
  --rj-sidebar-line: rgba(70, 49, 100, 0.12);
  --rj-sidebar-accent: #7a5fb0;
  --rj-header: #ffffff;
  --rj-column: #f1ecfa;
  --rj-border: rgba(70, 49, 100, 0.12);
  --rj-text: #382852;
  --rj-muted: #8a82a0;
  --rj-bg: #f8f6fd;
  --rj-text-muted: #8a82a0;
  --rj-text-faint: #bdb2d2;
  --rj-cream-warm: #f1eafb;
  --rj-champagne-soft: rgba(185, 167, 224, 0.12);
  --rj-navy-soft: rgba(70, 49, 100, 0.04);
}

[data-rj-palette=lavender][data-rj-theme=dark] {
  --rj-sidebar: #1d1430;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #160f26;
  --rj-header: #1d1430;
  --rj-card: #281a44;
  --rj-column: #1a1230;
  --rj-border: rgba(185, 167, 224, 0.18);
  --rj-text: #f3eefc;
  --rj-muted: #a896c0;
  --rj-text-muted: #a896c0;
  --rj-text-faint: #5e5080;
  --rj-cream: #281a44;
  --rj-cream-warm: #221638;
  --rj-bg: #160f26;
  --rj-gold: rgba(185, 167, 224, 0.3);
  --rj-champagne-soft: rgba(185, 167, 224, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=pearl] {
  --rj-navy: #45474c;
  --rj-navy-light: #64666c;
  --rj-champagne: #c9bfa6;
  --rj-champagne-dark: #a99e80;
  --rj-gold: #e6ddc9;
  --rj-cream: #ffffff;
  --rj-page: #fefeff;
  --rj-card: #ffffff;
  --rj-sidebar: #f6f7f9;
  --rj-sidebar-text: #45474c;
  --rj-sidebar-dim: rgba(60, 62, 68, 0.58);
  --rj-sidebar-line: rgba(60, 62, 68, 0.1);
  --rj-sidebar-accent: #9a8f72;
  --rj-header: #ffffff;
  --rj-column: #f3f4f6;
  --rj-border: rgba(60, 62, 68, 0.1);
  --rj-text: #34363a;
  --rj-muted: #8d8f95;
  --rj-bg: #fefeff;
  --rj-text-muted: #8d8f95;
  --rj-text-faint: #c3c5cb;
  --rj-cream-warm: #f5f5f4;
  --rj-champagne-soft: rgba(201, 191, 166, 0.12);
  --rj-navy-soft: rgba(69, 71, 76, 0.04);
}

[data-rj-palette=pearl][data-rj-theme=dark] {
  --rj-sidebar: #161719;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #191a1c;
  --rj-header: #161719;
  --rj-card: #232529;
  --rj-column: #1c1e21;
  --rj-border: rgba(201, 191, 166, 0.16);
  --rj-text: #f5f5f6;
  --rj-muted: #9da0a6;
  --rj-text-muted: #9da0a6;
  --rj-text-faint: #66686e;
  --rj-cream: #232529;
  --rj-cream-warm: #1f2023;
  --rj-bg: #191a1c;
  --rj-gold: rgba(201, 191, 166, 0.3);
  --rj-champagne-soft: rgba(201, 191, 166, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=ivory] {
  --rj-navy: #5a4f3a;
  --rj-navy-light: #7d6e50;
  --rj-champagne: #d8c08a;
  --rj-champagne-dark: #b89a5e;
  --rj-gold: #ecdcb4;
  --rj-cream: #fffdf8;
  --rj-page: #fdfbf6;
  --rj-card: #fffefb;
  --rj-sidebar: #f9f3e6;
  --rj-sidebar-text: #5a4f3a;
  --rj-sidebar-dim: rgba(90, 79, 58, 0.6);
  --rj-sidebar-line: rgba(90, 79, 58, 0.12);
  --rj-sidebar-accent: #b89a5e;
  --rj-header: #fffefb;
  --rj-column: #f7f1e6;
  --rj-border: rgba(90, 79, 58, 0.1);
  --rj-text: #4a4232;
  --rj-muted: #978d78;
  --rj-bg: #fdfbf6;
  --rj-text-muted: #978d78;
  --rj-text-faint: #cabfa8;
  --rj-cream-warm: #f6edd9;
  --rj-champagne-soft: rgba(216, 192, 138, 0.12);
  --rj-navy-soft: rgba(90, 79, 58, 0.04);
}

[data-rj-palette=ivory][data-rj-theme=dark] {
  --rj-sidebar: #1a1610;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #1c1813;
  --rj-header: #1a1610;
  --rj-card: #29231a;
  --rj-column: #211c15;
  --rj-border: rgba(216, 192, 138, 0.16);
  --rj-text: #f7f1e4;
  --rj-muted: #a99e88;
  --rj-text-muted: #a99e88;
  --rj-text-faint: #6c6150;
  --rj-cream: #29231a;
  --rj-cream-warm: #241e16;
  --rj-bg: #1c1813;
  --rj-gold: rgba(216, 192, 138, 0.3);
  --rj-champagne-soft: rgba(216, 192, 138, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=sage] {
  --rj-navy: #3a4a3f;
  --rj-navy-light: #54675a;
  --rj-champagne: #a9c4a8;
  --rj-champagne-dark: #7fa07e;
  --rj-gold: #cfe0cc;
  --rj-cream: #fbfdfa;
  --rj-page: #f8faf7;
  --rj-card: #ffffff;
  --rj-sidebar: #eef4ec;
  --rj-sidebar-text: #3a4a3f;
  --rj-sidebar-dim: rgba(58, 74, 63, 0.6);
  --rj-sidebar-line: rgba(58, 74, 63, 0.12);
  --rj-sidebar-accent: #6f9070;
  --rj-header: #ffffff;
  --rj-column: #eef3ec;
  --rj-border: rgba(58, 74, 63, 0.1);
  --rj-text: #2f3d34;
  --rj-muted: #84908a;
  --rj-bg: #f8faf7;
  --rj-text-muted: #84908a;
  --rj-text-faint: #b4c2b6;
  --rj-cream-warm: #eef5ec;
  --rj-champagne-soft: rgba(169, 196, 168, 0.12);
  --rj-navy-soft: rgba(58, 74, 63, 0.04);
}

[data-rj-palette=sage][data-rj-theme=dark] {
  --rj-sidebar: #101813;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #121a15;
  --rj-header: #101813;
  --rj-card: #1d281f;
  --rj-column: #161f18;
  --rj-border: rgba(169, 196, 168, 0.16);
  --rj-text: #eef5ee;
  --rj-muted: #93a597;
  --rj-text-muted: #93a597;
  --rj-text-faint: #586b5d;
  --rj-cream: #1d281f;
  --rj-cream-warm: #182219;
  --rj-bg: #121a15;
  --rj-gold: rgba(169, 196, 168, 0.3);
  --rj-champagne-soft: rgba(169, 196, 168, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=mint] {
  --rj-navy: #355a51;
  --rj-navy-light: #487469;
  --rj-champagne: #b3d9cd;
  --rj-champagne-dark: #79ab9d;
  --rj-gold: #d3ebe3;
  --rj-cream: #f9fdfb;
  --rj-page: #f7fbf9;
  --rj-card: #ffffff;
  --rj-sidebar: #edf5f1;
  --rj-sidebar-text: #355a51;
  --rj-sidebar-dim: rgba(53, 90, 81, 0.58);
  --rj-sidebar-line: rgba(53, 90, 81, 0.12);
  --rj-sidebar-accent: #5f9a8a;
  --rj-header: #ffffff;
  --rj-column: #edf5f1;
  --rj-border: rgba(53, 90, 81, 0.1);
  --rj-text: #2e4f47;
  --rj-muted: #82948e;
  --rj-bg: #f7fbf9;
  --rj-text-muted: #82948e;
  --rj-text-faint: #b3cbc4;
  --rj-cream-warm: #ecf6f1;
  --rj-champagne-soft: rgba(179, 217, 205, 0.12);
  --rj-navy-soft: rgba(53, 90, 81, 0.04);
}

[data-rj-palette=mint][data-rj-theme=dark] {
  --rj-sidebar: #0c1815;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #0e1a17;
  --rj-header: #0c1815;
  --rj-card: #18271f;
  --rj-column: #131f1b;
  --rj-border: rgba(179, 217, 205, 0.16);
  --rj-text: #edf6f2;
  --rj-muted: #8da89f;
  --rj-text-muted: #8da89f;
  --rj-text-faint: #57706a;
  --rj-cream: #18271f;
  --rj-cream-warm: #13201a;
  --rj-bg: #0e1a17;
  --rj-gold: rgba(179, 217, 205, 0.3);
  --rj-champagne-soft: rgba(179, 217, 205, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=sand] {
  --rj-navy: #5c4a35;
  --rj-navy-light: #7e6848;
  --rj-champagne: #d9bd92;
  --rj-champagne-dark: #b8965f;
  --rj-gold: #ecd8b3;
  --rj-cream: #fffdf7;
  --rj-page: #fdfaf4;
  --rj-card: #ffffff;
  --rj-sidebar: #f5ecdc;
  --rj-sidebar-text: #5c4a35;
  --rj-sidebar-dim: rgba(92, 74, 53, 0.6);
  --rj-sidebar-line: rgba(92, 74, 53, 0.12);
  --rj-sidebar-accent: #b8965f;
  --rj-header: #ffffff;
  --rj-column: #f6efe2;
  --rj-border: rgba(92, 74, 53, 0.1);
  --rj-text: #4c3d2b;
  --rj-muted: #988a76;
  --rj-bg: #fdfaf4;
  --rj-text-muted: #988a76;
  --rj-text-faint: #cabba2;
  --rj-cream-warm: #f5ead4;
  --rj-champagne-soft: rgba(217, 189, 146, 0.12);
  --rj-navy-soft: rgba(92, 74, 53, 0.04);
}

[data-rj-palette=sand][data-rj-theme=dark] {
  --rj-sidebar: #19140d;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #1c160f;
  --rj-header: #19140d;
  --rj-card: #292016;
  --rj-column: #201a12;
  --rj-border: rgba(217, 189, 146, 0.16);
  --rj-text: #f7f0e2;
  --rj-muted: #aa9d86;
  --rj-text-muted: #aa9d86;
  --rj-text-faint: #6d6050;
  --rj-cream: #292016;
  --rj-cream-warm: #241d14;
  --rj-bg: #1c160f;
  --rj-gold: rgba(217, 189, 146, 0.3);
  --rj-champagne-soft: rgba(217, 189, 146, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=latte] {
  --rj-navy: #4a3b32;
  --rj-navy-light: #6b5749;
  --rj-champagne: #c9a98c;
  --rj-champagne-dark: #a8835f;
  --rj-gold: #e3cdb3;
  --rj-cream: #fffbf8;
  --rj-page: #fbf8f5;
  --rj-card: #ffffff;
  --rj-sidebar: #f0e7de;
  --rj-sidebar-text: #4a3b32;
  --rj-sidebar-dim: rgba(74, 59, 50, 0.6);
  --rj-sidebar-line: rgba(74, 59, 50, 0.12);
  --rj-sidebar-accent: #a8835f;
  --rj-header: #ffffff;
  --rj-column: #f3ece5;
  --rj-border: rgba(74, 59, 50, 0.1);
  --rj-text: #3e3128;
  --rj-muted: #948779;
  --rj-bg: #fbf8f5;
  --rj-text-muted: #948779;
  --rj-text-faint: #c4b5a7;
  --rj-cream-warm: #f2e6da;
  --rj-champagne-soft: rgba(201, 169, 140, 0.12);
  --rj-navy-soft: rgba(74, 59, 50, 0.04);
}

[data-rj-palette=latte][data-rj-theme=dark] {
  --rj-sidebar: #161210;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #181412;
  --rj-header: #161210;
  --rj-card: #261e18;
  --rj-column: #1d1814;
  --rj-border: rgba(201, 169, 140, 0.16);
  --rj-text: #f5efe8;
  --rj-muted: #a6988a;
  --rj-text-muted: #a6988a;
  --rj-text-faint: #685b50;
  --rj-cream: #261e18;
  --rj-cream-warm: #211a15;
  --rj-bg: #181412;
  --rj-gold: rgba(201, 169, 140, 0.3);
  --rj-champagne-soft: rgba(201, 169, 140, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=silver] {
  --rj-navy: #384450;
  --rj-navy-light: #506072;
  --rj-champagne: #aebecd;
  --rj-champagne-dark: #818fa0;
  --rj-gold: #cfdae6;
  --rj-cream: #fbfdff;
  --rj-page: #f7fafc;
  --rj-card: #ffffff;
  --rj-sidebar: #edf1f6;
  --rj-sidebar-text: #384450;
  --rj-sidebar-dim: rgba(56, 68, 80, 0.58);
  --rj-sidebar-line: rgba(56, 68, 80, 0.12);
  --rj-sidebar-accent: #6e7e8f;
  --rj-header: #ffffff;
  --rj-column: #ecf1f6;
  --rj-border: rgba(56, 68, 80, 0.1);
  --rj-text: #2f3a46;
  --rj-muted: #84909d;
  --rj-bg: #f7fafc;
  --rj-text-muted: #84909d;
  --rj-text-faint: #b1bcca;
  --rj-cream-warm: #ecf1f6;
  --rj-champagne-soft: rgba(174, 190, 205, 0.12);
  --rj-navy-soft: rgba(56, 68, 80, 0.04);
}

[data-rj-palette=silver][data-rj-theme=dark] {
  --rj-sidebar: #12161b;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #14181e;
  --rj-header: #12161b;
  --rj-card: #1f262e;
  --rj-column: #181d24;
  --rj-border: rgba(174, 190, 205, 0.16);
  --rj-text: #eff3f7;
  --rj-muted: #95a2b1;
  --rj-text-muted: #95a2b1;
  --rj-text-faint: #5a6675;
  --rj-cream: #1f262e;
  --rj-cream-warm: #1a2027;
  --rj-bg: #14181e;
  --rj-gold: rgba(174, 190, 205, 0.3);
  --rj-champagne-soft: rgba(174, 190, 205, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=peach] {
  --rj-navy: #8a4a35;
  --rj-navy-light: #a85f45;
  --rj-champagne: #f0b59a;
  --rj-champagne-dark: #d98e6e;
  --rj-gold: #f7d6c2;
  --rj-cream: #fffaf7;
  --rj-page: #fff8f4;
  --rj-card: #ffffff;
  --rj-sidebar: #fbeadf;
  --rj-sidebar-text: #8a4a35;
  --rj-sidebar-dim: rgba(138, 74, 53, 0.58);
  --rj-sidebar-line: rgba(138, 74, 53, 0.12);
  --rj-sidebar-accent: #cf7e5c;
  --rj-header: #ffffff;
  --rj-column: #fbeee6;
  --rj-border: rgba(138, 74, 53, 0.1);
  --rj-text: #6e3d2c;
  --rj-muted: #a88a7c;
  --rj-bg: #fff8f4;
  --rj-text-muted: #a88a7c;
  --rj-text-faint: #d8bdb0;
  --rj-cream-warm: #fbe9de;
  --rj-champagne-soft: rgba(240, 181, 154, 0.12);
  --rj-navy-soft: rgba(138, 74, 53, 0.04);
}

[data-rj-palette=peach][data-rj-theme=dark] {
  --rj-sidebar: #20110b;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #21130d;
  --rj-header: #20110b;
  --rj-card: #321d14;
  --rj-column: #271710;
  --rj-border: rgba(240, 181, 154, 0.16);
  --rj-text: #f9ece4;
  --rj-muted: #bb9a8a;
  --rj-text-muted: #bb9a8a;
  --rj-text-faint: #7a5848;
  --rj-cream: #321d14;
  --rj-cream-warm: #2b1810;
  --rj-bg: #21130d;
  --rj-gold: rgba(240, 181, 154, 0.3);
  --rj-champagne-soft: rgba(240, 181, 154, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-palette=sky] {
  --rj-navy: #2a5a7a;
  --rj-navy-light: #3a78a0;
  --rj-champagne: #a7d2ec;
  --rj-champagne-dark: #5ba3cf;
  --rj-gold: #cae6f5;
  --rj-cream: #f8fcff;
  --rj-page: #f5fafd;
  --rj-card: #ffffff;
  --rj-sidebar: #e8f4fb;
  --rj-sidebar-text: #2a5a7a;
  --rj-sidebar-dim: rgba(42, 90, 122, 0.58);
  --rj-sidebar-line: rgba(42, 90, 122, 0.12);
  --rj-sidebar-accent: #3b8cba;
  --rj-header: #ffffff;
  --rj-column: #e9f3fa;
  --rj-border: rgba(42, 90, 122, 0.1);
  --rj-text: #244a63;
  --rj-muted: #7d94a3;
  --rj-bg: #f5fafd;
  --rj-text-muted: #7d94a3;
  --rj-text-faint: #aac6d6;
  --rj-cream-warm: #e6f4fb;
  --rj-champagne-soft: rgba(167, 210, 236, 0.12);
  --rj-navy-soft: rgba(42, 90, 122, 0.04);
}

[data-rj-palette=sky][data-rj-theme=dark] {
  --rj-sidebar: #0a1a24;
  --rj-sidebar-text: #fefcf8;
  --rj-sidebar-dim: rgba(254,252,248,.72);
  --rj-sidebar-line: rgba(201,169,97,.18);
  --rj-sidebar-accent: var(--rj-champagne);
  --rj-page: #0b1b27;
  --rj-header: #0a1a24;
  --rj-card: #112b3c;
  --rj-column: #0e2230;
  --rj-border: rgba(167, 210, 236, 0.16);
  --rj-text: #e9f4fb;
  --rj-muted: #88a4b8;
  --rj-text-muted: #88a4b8;
  --rj-text-faint: #4f6c7e;
  --rj-cream: #112b3c;
  --rj-cream-warm: #0e2532;
  --rj-bg: #0b1b27;
  --rj-gold: rgba(167, 210, 236, 0.3);
  --rj-champagne-soft: rgba(167, 210, 236, 0.14);
  --rj-navy-soft: rgba(255, 255, 255, .03);
}

[data-rj-font=editorial] {
  --rj-font-display: "Fraunces", "Tajawal", Georgia, serif;
  --rj-font-body: "Inter", "Tajawal", system-ui, sans-serif;
}

[data-rj-font=classic] {
  --rj-font-display: "Playfair Display", "Tajawal", Georgia, serif;
  --rj-font-body: "Inter", "Tajawal", system-ui, sans-serif;
}

[data-rj-font=modern] {
  --rj-font-display: "Sora", "Tajawal", system-ui, sans-serif;
  --rj-font-body: "Inter", "Tajawal", system-ui, sans-serif;
}

[data-rj-font=sharp] {
  --rj-font-display: "Space Grotesk", "Tajawal", system-ui, sans-serif;
  --rj-font-body: "Inter", "Tajawal", system-ui, sans-serif;
}

[data-rj-font=arabic] {
  --rj-font-display: "Cairo", "Tajawal", system-ui, sans-serif;
  --rj-font-body: "Cairo", "Tajawal", system-ui, sans-serif;
}

/* inter */
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(fonts/inter-0.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(fonts/inter-1.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(fonts/inter-2.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(fonts/inter-3.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(fonts/inter-4.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(fonts/inter-5.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(fonts/inter-6.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* fraunces */
/* vietnamese */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(fonts/fraunces-0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(fonts/fraunces-1.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(fonts/fraunces-2.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* tajawal */
/* arabic */
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/tajawal-0.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin */
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/tajawal-1.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* arabic */
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/tajawal-2.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin */
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/tajawal-3.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* arabic */
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/tajawal-4.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin */
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/tajawal-5.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* arabic */
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/tajawal-6.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin */
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/tajawal-7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Playfair Display — latin-ext */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/playfair-0.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Playfair Display — latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/playfair-1.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Playfair Display — latin-ext */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/playfair-2.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Playfair Display — latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/playfair-3.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Playfair Display — latin-ext */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/playfair-4.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Playfair Display — latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/playfair-5.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Playfair Display — latin-ext */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/playfair-6.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Playfair Display — latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/playfair-7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Sora — latin-ext */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/sora-0.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Sora — latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/sora-1.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Sora — latin-ext */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/sora-2.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Sora — latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/sora-3.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Sora — latin-ext */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/sora-4.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Sora — latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/sora-5.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Sora — latin-ext */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/sora-6.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Sora — latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/sora-7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Space Grotesk — latin-ext */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/spacegrotesk-0.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Space Grotesk — latin */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/spacegrotesk-1.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Space Grotesk — latin-ext */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/spacegrotesk-2.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Space Grotesk — latin */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/spacegrotesk-3.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Space Grotesk — latin-ext */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/spacegrotesk-4.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Space Grotesk — latin */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/spacegrotesk-5.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Space Grotesk — latin-ext */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/spacegrotesk-6.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Space Grotesk — latin */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/spacegrotesk-7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Cairo — arabic */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/cairo-0.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* Cairo — latin-ext */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/cairo-1.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Cairo — latin */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/cairo-2.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Cairo — arabic */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/cairo-3.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* Cairo — latin-ext */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/cairo-4.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Cairo — latin */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/cairo-5.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Cairo — arabic */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/cairo-6.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* Cairo — latin-ext */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/cairo-7.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Cairo — latin */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/cairo-8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Cairo — arabic */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/cairo-9.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* Cairo — latin-ext */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/cairo-10.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Cairo — latin */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/cairo-11.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body.rj-heritage {
  font-family: var(--rj-font-body);
  color: var(--rj-text);
  background: var(--rj-page);
  -webkit-font-smoothing: antialiased;
  transition: background var(--rj-shift) ease, color var(--rj-shift) ease;
}
body.rj-heritage h1, body.rj-heritage h2, body.rj-heritage h3, body.rj-heritage .rj-display {
  font-family: var(--rj-font-display);
  color: var(--rj-text);
  font-weight: 600;
  letter-spacing: -0.01em;
}
body.rj-heritage .rj-tabular,
body.rj-heritage .rj-num {
  font-variant-numeric: tabular-nums;
}
body.rj-heritage a {
  color: var(--rj-champagne-dark);
}
body.rj-heritage a:hover {
  color: var(--rj-champagne);
}
body.rj-heritage ::selection {
  background: var(--rj-champagne-soft);
  color: var(--rj-text);
}

body.rj-heritage .rj-card,
body.rj-heritage .rj-sidebar,
body.rj-heritage .rj-topbar,
body.rj-heritage .rj-kpi,
body.rj-heritage .rj-table {
  transition: background var(--rj-shift) ease, color var(--rj-shift) ease, border-color var(--rj-shift) ease;
}

.rj-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: var(--rj-radius-sm);
  font: 600 13px/1 "Inter", sans-serif;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.rj-btn iconify-icon {
  font-size: 18px;
}
.rj-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}
.rj-btn:active {
  transform: translateY(0);
}
.rj-btn--primary {
  background: var(--rj-champagne);
  color: var(--rj-navy);
  box-shadow: 0 4px 12px rgba(201, 169, 97, 0.28);
}
.rj-btn--primary:hover {
  background: var(--rj-champagne-dark);
  color: var(--rj-navy);
  box-shadow: 0 8px 22px rgba(201, 169, 97, 0.4);
}
.rj-btn--navy {
  background: var(--rj-navy);
  color: var(--rj-champagne);
}
.rj-btn--navy:hover {
  background: var(--rj-navy-light);
  color: var(--rj-cream);
}
.rj-btn--ghost {
  background: transparent;
  color: var(--rj-text);
  border-color: var(--rj-border);
}
.rj-btn--ghost:hover {
  border-color: var(--rj-champagne);
  color: var(--rj-champagne-dark);
}
.rj-btn--sm {
  padding: 6px 12px;
  font-size: 12px;
}
.rj-btn--lg {
  padding: 12px 24px;
  font-size: 14px;
}

.rj-card {
  background: var(--rj-card);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-radius);
  padding: 20px 22px;
  box-shadow: var(--rj-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.rj-card--accent {
  border-left: 3px solid var(--rj-champagne);
}
.rj-card--navy {
  background: linear-gradient(135deg, var(--rj-navy), var(--rj-navy-light));
  color: var(--rj-cream);
  border: none;
}
.rj-card--lift:hover {
  transform: translateY(var(--rj-lift));
  box-shadow: var(--rj-shadow-lg);
  border-color: var(--rj-champagne);
}

.rj-card__title {
  font: 700 11px/1 "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--rj-muted);
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.rj-card__title iconify-icon {
  font-size: 16px;
  color: var(--rj-champagne-dark);
}

.rj-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 11px;
  border-radius: 99px;
  font: 700 11px/1 "Inter", sans-serif;
  letter-spacing: 0.02em;
  background: var(--rj-champagne-soft);
  color: var(--rj-champagne-dark);
}
.rj-badge iconify-icon {
  font-size: 13px;
}
.rj-badge--success {
  background: rgba(22, 163, 74, 0.12);
  color: #16a34a;
}
.rj-badge--danger {
  background: rgba(220, 28, 46, 0.12);
  color: #dc1c2e;
}
.rj-badge--info {
  background: rgba(30, 64, 175, 0.12);
  color: #2557d6;
}
.rj-badge--navy {
  background: var(--rj-navy);
  color: var(--rj-champagne);
}
.rj-badge--ahead {
  background: linear-gradient(135deg, var(--rj-champagne), var(--rj-champagne-dark));
  color: var(--rj-navy);
}

.rj-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font: 400 13px/1.4 "Inter", sans-serif;
  color: var(--rj-text);
}
.rj-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--rj-navy);
  color: var(--rj-cream);
  font: 600 12px/1 "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 13px 14px;
  text-align: start;
  white-space: nowrap;
}
.rj-table thead th:first-child {
  border-top-left-radius: var(--rj-radius-sm);
}
.rj-table thead th:last-child {
  border-top-right-radius: var(--rj-radius-sm);
}
.rj-table tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--rj-border);
}
.rj-table tbody tr:nth-child(even) {
  background: var(--rj-navy-soft);
}
.rj-table tbody tr:hover {
  background: var(--rj-champagne-soft);
}
.rj-table .rj-num {
  font-variant-numeric: tabular-nums;
}

.rj-kpi {
  background: var(--rj-card);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-radius);
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.rj-kpi:hover {
  transform: translateY(var(--rj-lift));
  box-shadow: var(--rj-shadow-lg);
  border-color: var(--rj-champagne);
}
.rj-kpi__icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  margin-bottom: 6px;
  display: grid;
  place-items: center;
  background: var(--rj-champagne-soft);
  color: var(--rj-champagne-dark);
}
.rj-kpi__icon iconify-icon {
  font-size: 24px;
}
.rj-kpi__value {
  font: 700 30px/1 "Fraunces", serif;
  color: var(--rj-text);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.rj-kpi__label {
  font: 600 11px/1.2 "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--rj-muted);
}
.rj-kpi__sub {
  font: 500 10px/1.2 "Inter", sans-serif;
  color: var(--rj-text-faint);
}

.rj-label {
  font: 600 12px/1 "Inter", sans-serif;
  color: var(--rj-muted);
  margin-bottom: 6px;
  display: block;
}

.rj-input, .rj-select {
  width: 100%;
  padding: 9px 12px;
  border-radius: var(--rj-radius-sm);
  border: 1px solid var(--rj-border);
  background: var(--rj-card);
  color: var(--rj-text);
  font: 400 13px/1.3 "Inter", sans-serif;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.rj-input:focus, .rj-select:focus {
  outline: none;
  border-color: var(--rj-champagne);
  box-shadow: 0 0 0 3px var(--rj-champagne-soft);
}
.rj-input::placeholder, .rj-select::placeholder {
  color: var(--rj-text-faint);
}

body.rj-heritage .mod-content, body.rj-heritage .page-content-wrapper, body.rj-heritage .page-content {
  background: var(--rj-page) !important;
}

.rj-theme-toggle {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  border: 1px solid var(--rj-border);
  background: var(--rj-card);
  color: var(--rj-champagne-dark);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.rj-theme-toggle iconify-icon {
  font-size: 21px;
}
.rj-theme-toggle:hover {
  transform: translateY(-2px);
  border-color: var(--rj-champagne);
}
.rj-theme-toggle .rj-icon-sun {
  display: none;
}
.rj-theme-toggle .rj-icon-moon {
  display: inline-flex;
}

[data-rj-theme=dark] .rj-theme-toggle .rj-icon-sun {
  display: inline-flex;
}
[data-rj-theme=dark] .rj-theme-toggle .rj-icon-moon {
  display: none;
}

.rj-theme-toggle--float {
  position: fixed;
  top: 14px;
  inset-inline-end: 18px;
  z-index: 1050;
  box-shadow: var(--rj-shadow);
}

.rj-switcher {
  position: fixed;
  inset-inline-end: 22px;
  inset-block-end: 22px;
  z-index: 9999;
  font-family: var(--rj-font-body);
}

.rj-switcher__fab {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--rj-border);
  background: var(--rj-navy);
  color: var(--rj-champagne);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: var(--rj-shadow-lg);
  transition: transform 0.2s ease;
}
.rj-switcher__fab iconify-icon {
  font-size: 26px;
}
.rj-switcher__fab:hover {
  transform: translateY(-2px) rotate(15deg);
}

.rj-switcher__panel {
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 64px;
  width: 290px;
  max-width: calc(100vw - 44px);
  background: var(--rj-card);
  color: var(--rj-text);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-radius-lg);
  box-shadow: var(--rj-shadow-lg);
  padding: 18px;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transform-origin: bottom right;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.rj-switcher.is-open .rj-switcher__panel {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.rj-switcher__title {
  font-family: var(--rj-font-display);
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 2px;
  color: var(--rj-text);
}

.rj-switcher__sub {
  font-size: 11px;
  color: var(--rj-muted);
  margin: 0 0 14px;
}

.rj-switcher__group {
  margin-bottom: 16px;
}

.rj-switcher__label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rj-muted);
  margin-bottom: 8px;
  display: block;
}

.rj-switcher__swatches {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.rj-swatch {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  border: 2px solid transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: var(--sw-primary);
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.rj-swatch::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-end: 0;
  width: 60%;
  height: 60%;
  background: var(--sw-accent);
  border-start-start-radius: 11px;
}
.rj-swatch:hover {
  transform: translateY(-2px);
}
.rj-swatch.is-active {
  border-color: var(--rj-champagne);
  transform: translateY(-2px);
}
.rj-swatch.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 2px var(--rj-card);
  border-radius: 9px;
  z-index: 1;
}

.rj-switcher__themes {
  display: flex;
  gap: 8px;
}

.rj-seg {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 8px;
  border-radius: var(--rj-radius-sm);
  border: 1px solid var(--rj-border);
  background: transparent;
  color: var(--rj-muted);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}
.rj-seg iconify-icon {
  font-size: 16px;
}
.rj-seg:hover {
  border-color: var(--rj-champagne);
  color: var(--rj-text);
}
.rj-seg.is-active {
  background: var(--rj-champagne);
  border-color: var(--rj-champagne);
  color: var(--rj-navy);
}

.rj-switcher__fonts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.rj-fontbtn {
  padding: 8px 10px;
  border-radius: var(--rj-radius-sm);
  border: 1px solid var(--rj-border);
  background: transparent;
  color: var(--rj-text);
  cursor: pointer;
  text-align: start;
  line-height: 1.15;
  transition: all 0.15s ease;
}
.rj-fontbtn .rj-fontbtn__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.rj-fontbtn .rj-fontbtn__tag {
  display: block;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rj-muted);
  margin-top: 2px;
}
.rj-fontbtn:hover {
  border-color: var(--rj-champagne);
}
.rj-fontbtn.is-active {
  border-color: var(--rj-champagne);
  background: var(--rj-champagne-soft);
}

.rj-fontbtn--editorial .rj-fontbtn__name {
  font-family: "Fraunces", serif;
}

.rj-fontbtn--classic .rj-fontbtn__name {
  font-family: "Playfair Display", serif;
}

.rj-fontbtn--modern .rj-fontbtn__name {
  font-family: "Sora", sans-serif;
}

.rj-fontbtn--sharp .rj-fontbtn__name {
  font-family: "Space Grotesk", sans-serif;
}

.rj-fontbtn--arabic .rj-fontbtn__name {
  font-family: "Cairo", sans-serif;
}

body.rj-heritage .btn {
  border-radius: var(--rj-radius-sm);
  font-weight: 600;
  box-shadow: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
body.rj-heritage .btn-primary {
  background: var(--rj-champagne) !important;
  border-color: var(--rj-champagne) !important;
  color: var(--rj-navy) !important;
}
body.rj-heritage .btn-primary:hover, body.rj-heritage .btn-primary:focus, body.rj-heritage .btn-primary:active {
  background: var(--rj-champagne-dark) !important;
  border-color: var(--rj-champagne-dark) !important;
  color: var(--rj-navy) !important;
}
body.rj-heritage .btn-default {
  background: var(--rj-card) !important;
  border-color: var(--rj-border) !important;
  color: var(--rj-text) !important;
}
body.rj-heritage .btn-default:hover, body.rj-heritage .btn-default:focus {
  border-color: var(--rj-champagne) !important;
  color: var(--rj-text) !important;
}
body.rj-heritage .btn-success {
  background: #2e8b6f !important;
  border-color: #2e8b6f !important;
  color: #fff !important;
}
body.rj-heritage .btn-danger {
  background: #c0492f !important;
  border-color: #c0492f !important;
  color: #fff !important;
}
body.rj-heritage .btn-warning {
  background: #d9a441 !important;
  border-color: #d9a441 !important;
  color: #3a2a06 !important;
}
body.rj-heritage .btn-info {
  background: var(--rj-navy-light) !important;
  border-color: var(--rj-navy-light) !important;
  color: #fff !important;
}
body.rj-heritage .btn-secondary {
  background: var(--rj-column) !important;
  border-color: var(--rj-border) !important;
  color: var(--rj-text) !important;
}
body.rj-heritage .portlet, body.rj-heritage .portlet.light {
  background: var(--rj-card);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-radius);
  box-shadow: var(--rj-shadow);
}
body.rj-heritage .portlet > .portlet-title {
  border-bottom: 1px solid var(--rj-border);
  color: var(--rj-text);
}
body.rj-heritage .portlet > .portlet-title > .caption,
body.rj-heritage .portlet > .portlet-title > .caption > .caption-subject {
  color: var(--rj-text);
}
body.rj-heritage .portlet > .portlet-title > .caption > [class^=icon-],
body.rj-heritage .portlet > .portlet-title > .caption > i {
  color: var(--rj-champagne-dark);
}
body.rj-heritage .portlet > .portlet-body {
  color: var(--rj-text);
}
body.rj-heritage .panel {
  background: var(--rj-card);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-radius);
  box-shadow: var(--rj-shadow);
}
body.rj-heritage .panel-heading {
  background: var(--rj-column);
  border-bottom: 1px solid var(--rj-border);
  color: var(--rj-text);
}
body.rj-heritage .panel-body {
  color: var(--rj-text);
}
body.rj-heritage .panel-default > .panel-heading {
  background: var(--rj-column);
  color: var(--rj-text);
}
body.rj-heritage .panel-title {
  color: var(--rj-text);
}
body.rj-heritage .card {
  background: var(--rj-card);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-radius);
}
body.rj-heritage .card-header {
  background: var(--rj-column);
  border-bottom: 1px solid var(--rj-border);
  color: var(--rj-text);
}
body.rj-heritage .card-body, body.rj-heritage .card-footer {
  color: var(--rj-text);
}
body.rj-heritage .table {
  color: var(--rj-text);
}
body.rj-heritage .table > thead > tr > th,
body.rj-heritage .table thead th {
  background: var(--rj-navy);
  color: var(--rj-cream);
  border-color: var(--rj-navy) !important;
  font-weight: 600;
}
body.rj-heritage .table > tbody > tr > td,
body.rj-heritage .table > tbody > tr > th {
  border-color: var(--rj-border) !important;
}
body.rj-heritage .table-striped > tbody > tr:nth-of-type(odd) {
  background: var(--rj-navy-soft);
}
body.rj-heritage .table-hover > tbody > tr:hover {
  background: var(--rj-champagne-soft);
}
body.rj-heritage .table-bordered, body.rj-heritage .table-bordered > tbody > tr > td, body.rj-heritage .table-bordered > thead > tr > th {
  border-color: var(--rj-border);
}
body.rj-heritage .form-control {
  background: var(--rj-card);
  border: 1px solid var(--rj-border);
  color: var(--rj-text);
  border-radius: var(--rj-radius-sm);
  box-shadow: none;
}
body.rj-heritage .form-control:focus {
  border-color: var(--rj-champagne);
  box-shadow: 0 0 0 3px var(--rj-champagne-soft);
}
body.rj-heritage .form-control::placeholder {
  color: var(--rj-muted);
}
body.rj-heritage .control-label, body.rj-heritage label, body.rj-heritage .form-group > label {
  color: var(--rj-text);
}
body.rj-heritage .input-group-addon {
  background: var(--rj-column);
  border-color: var(--rj-border);
  color: var(--rj-muted);
}
body.rj-heritage .badge {
  background: var(--rj-champagne-soft);
  color: var(--rj-champagne-dark);
  border-radius: 999px;
  font-weight: 600;
}
body.rj-heritage .label {
  border-radius: 6px;
  font-weight: 600;
}
body.rj-heritage .label-default {
  background: var(--rj-column);
  color: var(--rj-text);
}
body.rj-heritage .label-primary {
  background: var(--rj-champagne);
  color: var(--rj-navy);
}
body.rj-heritage .label-success {
  background: #2e8b6f;
}
body.rj-heritage .label-danger {
  background: #c0492f;
}
body.rj-heritage .label-warning {
  background: #d9a441;
  color: #3a2a06;
}
body.rj-heritage .label-info {
  background: var(--rj-navy-light);
}
body.rj-heritage .alert {
  border-radius: var(--rj-radius-sm);
  border: 1px solid var(--rj-border);
}
body.rj-heritage .alert-success {
  background: rgba(46, 139, 111, 0.1);
  border-color: rgba(46, 139, 111, 0.3);
  color: #1f6b54;
}
body.rj-heritage .alert-danger {
  background: rgba(192, 73, 47, 0.1);
  border-color: rgba(192, 73, 47, 0.3);
  color: #9c3622;
}
body.rj-heritage .alert-warning {
  background: rgba(217, 164, 65, 0.12);
  border-color: rgba(217, 164, 65, 0.32);
  color: #8a6516;
}
body.rj-heritage .alert-info {
  background: var(--rj-champagne-soft);
  border-color: var(--rj-border);
  color: var(--rj-text);
}
body.rj-heritage .modal-content {
  background: var(--rj-card);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-radius-lg);
  box-shadow: var(--rj-shadow-lg);
}
body.rj-heritage .modal-header {
  border-bottom: 1px solid var(--rj-border);
}
body.rj-heritage .modal-footer {
  border-top: 1px solid var(--rj-border);
}
body.rj-heritage .modal-title {
  color: var(--rj-text);
  font-family: var(--rj-font-display);
}
body.rj-heritage .pagination > li > a, body.rj-heritage .pagination > li > span {
  color: var(--rj-text);
  background: var(--rj-card);
  border-color: var(--rj-border);
}
body.rj-heritage .pagination > li > a:hover {
  background: var(--rj-champagne-soft);
}
body.rj-heritage .pagination > .active > a, body.rj-heritage .pagination > .active > span,
body.rj-heritage .pagination > .active > a:hover {
  background: var(--rj-champagne);
  border-color: var(--rj-champagne);
  color: var(--rj-navy);
}
body.rj-heritage .dropdown-menu {
  background: var(--rj-card);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-radius-sm);
  box-shadow: var(--rj-shadow-lg);
}
body.rj-heritage .dropdown-menu > li > a {
  color: var(--rj-text);
}
body.rj-heritage .dropdown-menu > li > a:hover {
  background: var(--rj-champagne-soft);
  color: var(--rj-text);
}
body.rj-heritage .nav-tabs {
  border-bottom-color: var(--rj-border);
}
body.rj-heritage .nav-tabs > li > a {
  color: var(--rj-muted);
  border-radius: var(--rj-radius-sm) var(--rj-radius-sm) 0 0;
}
body.rj-heritage .nav-tabs > li.active > a,
body.rj-heritage .nav-tabs > li.active > a:hover {
  color: var(--rj-text);
  background: var(--rj-card);
  border-color: var(--rj-border);
  border-bottom-color: transparent;
}
body.rj-heritage.page-container-bg-solid,
body.rj-heritage .page-content, body.rj-heritage .page-content-wrapper, body.rj-heritage .page-container {
  background: var(--rj-page);
}
body.rj-heritage .page-sidebar, body.rj-heritage .page-sidebar-menu {
  background: var(--rj-sidebar);
}
body.rj-heritage .page-sidebar-menu > li > a {
  color: var(--rj-sidebar-dim);
}
body.rj-heritage .page-sidebar-menu > li.active > a,
body.rj-heritage .page-sidebar-menu > li > a:hover {
  color: var(--rj-sidebar-text);
  background: var(--rj-champagne-soft);
}
body.rj-heritage .page-sidebar-menu > li > a > i {
  color: var(--rj-sidebar-accent);
}

body.rj-heritage .select2-container--default .select2-selection--single,
body.rj-heritage .select2-container--default .select2-selection--multiple {
  background: var(--rj-card);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-radius-sm);
}
body.rj-heritage .select2-container--default .select2-selection--single {
  height: 34px;
}
body.rj-heritage .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--rj-text);
  line-height: 32px;
}
body.rj-heritage .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
body.rj-heritage .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--rj-muted);
}
body.rj-heritage .select2-container--default.select2-container--focus .select2-selection--single,
body.rj-heritage .select2-container--default.select2-container--focus .select2-selection--multiple,
body.rj-heritage .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--rj-champagne);
  box-shadow: 0 0 0 3px var(--rj-champagne-soft);
}
body.rj-heritage .select2-dropdown {
  background: var(--rj-card);
  border-color: var(--rj-border);
  box-shadow: var(--rj-shadow-lg);
}
body.rj-heritage .select2-container--default .select2-results__option {
  color: var(--rj-text);
}
body.rj-heritage .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--rj-champagne) !important;
  color: var(--rj-navy) !important;
}
body.rj-heritage .select2-container--default .select2-results__option[aria-selected=true] {
  background: var(--rj-champagne-soft);
}
body.rj-heritage .select2-search--dropdown .select2-search__field {
  background: var(--rj-card);
  border: 1px solid var(--rj-border);
  color: var(--rj-text);
  border-radius: var(--rj-radius-sm);
}
body.rj-heritage .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: var(--rj-champagne-soft);
  border: 1px solid var(--rj-border);
  color: var(--rj-text);
  border-radius: 6px;
}
body.rj-heritage .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--rj-champagne-dark);
}
body.rj-heritage .dataTables_wrapper .dataTables_filter input,
body.rj-heritage .dataTables_wrapper .dataTables_length select {
  background: var(--rj-card);
  border: 1px solid var(--rj-border);
  color: var(--rj-text);
  border-radius: var(--rj-radius-sm);
}
body.rj-heritage .dataTables_wrapper .dataTables_filter input:focus {
  border-color: var(--rj-champagne);
  box-shadow: 0 0 0 3px var(--rj-champagne-soft);
  outline: none;
}
body.rj-heritage .dataTables_wrapper .dataTables_info,
body.rj-heritage .dataTables_wrapper .dataTables_filter,
body.rj-heritage .dataTables_wrapper .dataTables_length,
body.rj-heritage .dataTables_wrapper label {
  color: var(--rj-text);
}
body.rj-heritage .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: var(--rj-text) !important;
  background: var(--rj-card);
  border: 1px solid var(--rj-border) !important;
  border-radius: var(--rj-radius-sm);
}
body.rj-heritage .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: var(--rj-champagne-soft) !important;
  color: var(--rj-text) !important;
  border-color: var(--rj-border) !important;
}
body.rj-heritage .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body.rj-heritage .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: var(--rj-champagne) !important;
  border-color: var(--rj-champagne) !important;
  color: var(--rj-navy) !important;
}
body.rj-heritage table.dataTable thead th, body.rj-heritage table.dataTable thead td {
  border-bottom-color: var(--rj-border);
}
body.rj-heritage .bootstrap-select > .dropdown-toggle,
body.rj-heritage .bootstrap-select > .dropdown-toggle.btn-default {
  background: var(--rj-card) !important;
  border: 1px solid var(--rj-border) !important;
  color: var(--rj-text) !important;
  border-radius: var(--rj-radius-sm);
}
body.rj-heritage .bootstrap-select.open > .dropdown-toggle {
  border-color: var(--rj-champagne) !important;
  box-shadow: 0 0 0 3px var(--rj-champagne-soft) !important;
}
body.rj-heritage .bootstrap-select .dropdown-menu li a:hover,
body.rj-heritage .bootstrap-select .dropdown-menu li a:focus {
  background: var(--rj-champagne-soft);
  color: var(--rj-text);
}
body.rj-heritage .bootstrap-select .dropdown-menu li.selected a {
  background: var(--rj-champagne);
  color: var(--rj-navy);
}

body.rj-heritage .wc-page {
  padding: 20px 24px 44px;
}
body.rj-heritage .wc-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 88% 18%, var(--rj-champagne-soft), transparent 55%), var(--rj-card);
  border: 1px solid var(--rj-border);
  border-left: 3px solid var(--rj-champagne);
  border-radius: var(--rj-radius-lg);
  padding: 30px 34px;
  margin-bottom: 18px;
  box-shadow: var(--rj-shadow);
}
body.rj-heritage .wc-hero-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
body.rj-heritage .wc-hero-left h1 {
  margin: 0 0 6px;
  font: 600 30px/1.1 "Fraunces", serif;
  letter-spacing: -0.02em;
  color: var(--rj-text);
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  animation: wc-fade-up 600ms 100ms ease-out forwards;
}
body.rj-heritage .wc-hero-left h1 iconify-icon {
  font-size: 32px;
  color: var(--rj-champagne);
}
body.rj-heritage .wc-hero-left .wc-hero-sub {
  font: 700 13px/1 "Inter", sans-serif;
  color: var(--rj-champagne-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0;
  animation: wc-fade-up 600ms 250ms ease-out forwards;
}
body.rj-heritage .wc-hero-clock {
  font: 600 38px/1 "Fraunces", serif;
  color: var(--rj-text);
  font-variant-numeric: tabular-nums;
  opacity: 0;
  animation: wc-fade-up 600ms 400ms ease-out forwards;
}
@keyframes wc-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.rj-heritage .wc-2col {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  body.rj-heritage .wc-2col {
    grid-template-columns: 1fr;
  }
}
body.rj-heritage .wc-card {
  background: var(--rj-card);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-radius);
  padding: 20px 22px;
  box-shadow: var(--rj-shadow);
  opacity: 0;
  animation: wc-fade-up 500ms ease-out forwards;
}
body.rj-heritage .wc-card-title {
  font: 700 11px/1 "Inter", sans-serif;
  color: var(--rj-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}
body.rj-heritage .wc-card-title iconify-icon {
  font-size: 16px;
  color: var(--rj-champagne-dark);
}
body.rj-heritage .wc-focus-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}
body.rj-heritage .wc-focus-stat {
  flex: 1;
  min-width: 100px;
}
body.rj-heritage .wc-focus-num {
  font: 700 32px/1 "Fraunces", serif;
  color: var(--rj-text);
  font-variant-numeric: tabular-nums;
}
body.rj-heritage .wc-focus-num.urgent {
  color: #dc1c2e;
}
body.rj-heritage .wc-focus-num.success {
  color: #16a34a;
}
body.rj-heritage .wc-focus-label {
  font: 600 11px/1.2 "Inter", sans-serif;
  color: var(--rj-muted);
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
body.rj-heritage .wc-focus-label iconify-icon {
  font-size: 14px;
}
body.rj-heritage .wc-focus-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding: 9px 18px;
  background: var(--rj-champagne);
  color: var(--rj-navy) !important;
  border-radius: var(--rj-radius-sm);
  font: 700 12px/1 "Inter", sans-serif;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}
body.rj-heritage .wc-focus-cta:hover {
  background: var(--rj-champagne-dark);
  transform: translateY(-2px);
  text-decoration: none;
}
body.rj-heritage .wc-weather {
  border-left: 3px solid var(--rj-champagne);
}
body.rj-heritage .wc-weather-icon {
  font-size: 42px;
  line-height: 1;
}
body.rj-heritage .wc-weather-temp {
  font: 700 28px/1 "Fraunces", serif;
  color: var(--rj-text);
  margin-top: 6px;
}
body.rj-heritage .wc-weather-desc {
  font: 500 12px/1.3 "Inter", sans-serif;
  color: var(--rj-muted);
  margin-top: 3px;
}
body.rj-heritage .wc-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}
body.rj-heritage .wc-kpi {
  background: var(--rj-card);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-radius);
  padding: 18px 20px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  opacity: 0;
  animation: wc-fade-up 500ms ease-out forwards;
}
body.rj-heritage .wc-kpi:hover {
  transform: translateY(-5px);
  border-color: var(--rj-champagne);
  box-shadow: var(--rj-shadow-lg);
}
body.rj-heritage .wc-kpi-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 8px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--rj-champagne-soft);
}
body.rj-heritage .wc-kpi-icon iconify-icon {
  font-size: 26px;
  color: var(--rj-champagne-dark);
}
body.rj-heritage .wc-kpi-value {
  font: 700 30px/1 "Fraunces", serif;
  color: var(--rj-text);
  font-variant-numeric: tabular-nums;
}
body.rj-heritage .wc-kpi-label {
  font: 600 11px/1.2 "Inter", sans-serif;
  color: var(--rj-muted);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.rj-heritage .wc-kpi-sub {
  font: 500 10px/1.2 "Inter", sans-serif;
  color: var(--rj-text-faint);
  margin-top: 2px;
}
body.rj-heritage .wc-target {
  border-left: 3px solid var(--rj-champagne);
}
body.rj-heritage .wc-target-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
body.rj-heritage .wc-target-title {
  font: 700 14px/1.3 "Inter", sans-serif;
  color: var(--rj-text);
  display: flex;
  align-items: center;
  gap: 7px;
}
body.rj-heritage .wc-target-title iconify-icon {
  font-size: 17px;
  color: var(--rj-champagne-dark);
}
body.rj-heritage .wc-target-status {
  font: 700 12px/1 "Inter", sans-serif;
  padding: 5px 11px;
  border-radius: 99px;
}
body.rj-heritage .wc-target-status.behind {
  background: rgba(220, 28, 46, 0.12);
  color: #dc1c2e;
}
body.rj-heritage .wc-target-status.ontrack {
  background: rgba(30, 64, 175, 0.12);
  color: #2557d6;
}
body.rj-heritage .wc-target-status.ahead {
  background: linear-gradient(135deg, var(--rj-champagne), var(--rj-champagne-dark));
  color: var(--rj-navy);
}
body.rj-heritage .wc-target-bar {
  height: 14px;
  background: var(--rj-navy-soft);
  border-radius: 99px;
  overflow: hidden;
  border: 1px solid var(--rj-border);
}
body.rj-heritage .wc-target-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--rj-navy), var(--rj-champagne));
  width: 0%;
  transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 99px;
}
body.rj-heritage .wc-target-num {
  font: 500 12px/1 "Inter", sans-serif;
  color: var(--rj-muted);
  margin-top: 7px;
}
body.rj-heritage .wc-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}
body.rj-heritage .wc-action {
  background: var(--rj-card);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-radius);
  padding: 18px 14px;
  text-decoration: none;
  color: var(--rj-text);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  opacity: 0;
  animation: wc-fade-up 400ms ease-out forwards;
}
body.rj-heritage .wc-action:hover {
  background: linear-gradient(135deg, var(--rj-navy), var(--rj-navy-light));
  color: var(--rj-champagne) !important;
  transform: translateY(-5px);
  box-shadow: var(--rj-shadow-lg);
  border-color: var(--rj-champagne);
  text-decoration: none;
}
body.rj-heritage .wc-action:hover .wc-action-icon iconify-icon {
  color: var(--rj-champagne);
}
body.rj-heritage .wc-action-icon {
  margin-bottom: 8px;
}
body.rj-heritage .wc-action-icon iconify-icon {
  font-size: 30px;
  color: var(--rj-champagne-dark);
  transition: color 0.2s ease;
}
body.rj-heritage .wc-action-title {
  font: 700 13px/1.2 "Inter", sans-serif;
}
body.rj-heritage .wc-win-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.rj-heritage .wc-win {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  background: rgba(22, 163, 74, 0.08);
  border-left: 3px solid #16a34a;
  border-radius: 8px;
  opacity: 0;
  animation: wc-fade-up 400ms ease-out forwards;
}
body.rj-heritage .wc-win iconify-icon {
  color: #16a34a;
  font-size: 18px;
}
body.rj-heritage .wc-win-name {
  font: 700 13px/1 "Inter", sans-serif;
  color: var(--rj-text);
  flex: 1;
}
body.rj-heritage .wc-win-time {
  font: 500 11px/1 "Inter", sans-serif;
  color: var(--rj-muted);
}
body.rj-heritage .wc-win-empty {
  color: var(--rj-text-faint);
  font-size: 13px;
  padding: 12px;
  text-align: center;
}
body.rj-heritage .wc-quote {
  background: linear-gradient(135deg, var(--rj-navy), var(--rj-navy-light));
  color: var(--rj-cream);
  border: none;
}
body.rj-heritage .wc-quote .wc-card-title {
  color: var(--rj-champagne);
}
body.rj-heritage .wc-quote-text {
  font: 500 15px/1.6 "Fraunces", serif;
  font-style: italic;
  margin-bottom: 12px;
}
body.rj-heritage .wc-quote-author {
  font: 700 12px/1 "Inter", sans-serif;
  color: var(--rj-champagne);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
body.rj-heritage .wc-news-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.rj-heritage .wc-news-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  background: var(--rj-navy-soft);
  border: 1px solid var(--rj-border);
  border-radius: 8px;
  opacity: 0;
  animation: wc-fade-up 500ms ease-out forwards;
}
body.rj-heritage .wc-news-tag {
  font: 800 9px/1 "Inter", sans-serif;
  padding: 4px 8px;
  background: linear-gradient(135deg, var(--rj-champagne), var(--rj-champagne-dark));
  color: var(--rj-navy);
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.rj-heritage .wc-news-title {
  flex: 1;
  font: 600 13px/1.3 "Inter", sans-serif;
  color: var(--rj-text);
}
body.rj-heritage .wc-news-date {
  font: 500 11px/1 "Inter", sans-serif;
  color: var(--rj-muted);
}
