/* ============================================================
   DIVI CHILD STARTER — CUSTOM STYLES
   All project-specific CSS goes here.
   ============================================================ */


/* ------------------------------------------------------------
   DESIGN TOKENS
   Override these per project.
   ------------------------------------------------------------ */
:root {
	/* Brand palette — change per project */
	--brand-ink:        #0a0a0b;
	--brand-charcoal:   #15161a;
	--brand-graphite:   #22242a;
	--brand-smoke:      #3a3d45;
	--brand-fog:        #7a7d85;
	--brand-bone:       #e0ddcf;
	--brand-accent:     #bfc0c0;

	/* Typography stack */
	--font-display:  'Bebas Neue', sans-serif;
	--font-heading:  'Oswald', sans-serif;
	--font-body:     'Archivo', system-ui, -apple-system, sans-serif;
	--font-mono:     'JetBrains Mono', monospace;

	/* Spacing / rhythm */
	--radius-sm: 2px;
	--radius-md: 4px;
	--radius-lg: 8px;
}


/* ------------------------------------------------------------
   GLOBAL
   ------------------------------------------------------------ */
html {
	scroll-behavior: smooth;
}


/* ------------------------------------------------------------
   DIVI OVERRIDES
   Project-specific Divi tweaks below this line.
   ------------------------------------------------------------ */

/* Example: tighten default row padding on mobile
.et_pb_row {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
*/
