:root {
  --ekfd-primary: #143b5c;
  --ekfd-secondary: #315f7a;
  --ekfd-accent: #a8552a;
  --ekfd-accent-dark: #8b3f1c;
  --ekfd-warm: #f7e3d7;
  --ekfd-success: #17633a;
  --ekfd-warning: #8a4b08;
  --ekfd-error: #a12626;
  --ekfd-neutral: #eef2f4;
  --ekfd-border: #b6c3cb;
  --ekfd-text: #18232e;
  --ekfd-muted: #52616d;
  --ekfd-background: #ffffff;
  --ekfd-focus: #e1a174;
  --radius: 1.1rem;
  --shadow: 0 18px 48px rgba(20, 59, 92, 0.12);
}
