:root [data-theme="h2mfwk"] {
  
  
  --primary-color-h: 51;
  --primary-color-s: 100%;
  --primary-color-l: 50%;
  
  --header-background-color-h: 16;
  --header-background-color-s: 0%;
  --header-background-color-l: 100%;
  
  --header-text-color-h: 16;
  --header-text-color-s: 41%;
  --header-text-color-l: 29%;
  
  --header-link-color-h: 16;
  --header-link-color-s: 41%;
  --header-link-color-l: 29%;
  
  
  --body-text-color-h: 16;
  --body-text-color-s: 41%;
  --body-text-color-l: 29%;

  --logo-height: 100px;
}