:root{
  --bs-body-font-family: var(--wp--preset--font-family--primary);
  --bs-body-color: var(--wp--preset--color--text);
  --bs-body-bg: var(--wp--preset--color--base);

  --bs-border-color: var(--wp--preset--color--border);
  --bs-secondary-color: var(--wp--preset--color--muted);

  --bs-primary: var(--wp--preset--color--accent);
  --bs-link-color: var(--wp--preset--color--text);
  --bs-link-hover-color: var(--wp--preset--color--text);

  --muurala-header-h: 72px;
  --muurala-radius-xl: 16px;
}



body {
    padding-top: 73px;
    font-size: 14px;
    font-family: var(--bs-body-font-family);
}