/*
Theme Name: GP MultiBrand Child
Theme URI: https://example.com/gp-multibrand-child
Description: GeneratePress child theme for the Domain Brand Manager plugin.
Author: OpenAI
Template: generatepress
Version: 1.0.0
Text Domain: gp-multibrand-child
*/

:root {
  --dbm-primary: #1e73be;
  --dbm-secondary: #f5f5f5;
}

.dbm-brand-contact,
.dbm-header-block,
.dbm-footer-block,
.dbm-social-links {
  margin: 12px 0;
}

.dbm-social-links a {
  text-decoration: none;
}

.site-header,
.inside-header,
.site-footer {
  border-color: var(--dbm-primary);
}
