:root {
  --color-primary: var(--primary);
  --color-secondary: var(--secondary, var(--color-primary));
  --color-on-primary: white;
  --color-on-secondary: white;
  --header-height: 125px;
  --bleed-under-header: 0;
  --uses-fixed-header: 1;
  --adjust-header-padding: 15px;
}

@media (width > 600px) {
  :root {
    --header-height: 190px;
  }
}

@media (width > 1024px) {
  :root {
    --header-height: 100px;
  }
}

.template-blogs {
  padding-bottom: 30px;
}