:root {
  --font-heading: Manrope;
  --font-body: "Source Sans 3";
}

body.admin-bar .site-header { top: 32px; }
.site-header img,
.site-footer img { box-shadow: none; }
.site-footer .social-links { justify-content: flex-start; width: auto; }
.wp-site-blocks { padding: 0; }

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (max-width: 640px) {
  .site-footer .social-links { justify-content: flex-start; }
}

