/*
Theme Name:   Dexel Child
Theme URI:    https://dexel.readypack.pk
Description:  Dexel — biological washing powder, 10X Washing Power. Hello Elementor child theme.
              PALETTE: colors sampled from official Dexel packaging artwork (Drive folder).
              FONTS: Montserrat (headings/UI), Source Serif 4 (body) — matches ReadyPack family.
Author:       Digital Diva Agency
Template:     hello-elementor
Version:      1.0.0
Text Domain:  dexel-child
*/

:root {
  --dexel-blue: #0B7FC7;      /* primary — headings, header bg, primary buttons */
  --dexel-blue-deep: #0A5C94; /* darker blue for text on light bg / hover states */
  --dexel-sky: #47ABFF;       /* gradient / accent blue, sampled from pack */
  --dexel-green: #1FAE6B;     /* secondary accent, badges — sampled from hero gradient */
  --dexel-red: #E31E24;       /* sparing accent only — sampled from wordmark */
  --dexel-body: #555555;
  --dexel-border: #E0E0E0;
  --dexel-alt-row: #F8F9FC;
}

body {
  font-family: 'Source Serif 4', Georgia, serif;
  color: var(--dexel-body);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

.site-logo,
.site-title,
.site-title a {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  color: var(--dexel-blue) !important;
  font-size: 26px !important;
}

.site-header {
  border-bottom: 1px solid var(--dexel-border);
}
