:root { --bs-body-font-family: 'DdBody', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
body { font-family: 'DdBody', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'DdHeading', Georgia, 'Times New Roman', serif; }:root {
    --bs-primary: #eb3e4a;
    --bs-secondary: #013859;
}
.text-primary { color: #eb3e4a !important; }
.bg-primary { background-color: #eb3e4a !important; }
.btn-primary { --bs-btn-bg: #eb3e4a; --bs-btn-border-color: #eb3e4a; }