/*
Theme Name: MDP
Theme URI: https://mamadidoitpartir.com
Author: Facinet Toure
Description: Custom WordPress theme for the Mamadi Doit Partir civic platform.
Version: 0.1.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: mdp
*/

:root {
  --mdp-red: #c1121f;
  --mdp-dark: #111111;
  --mdp-light: #f8f9fa;
  --mdp-gold: #f4b400;
}

html { scroll-behavior: smooth; }
body { color: var(--mdp-dark); background: #fff; }
a { text-underline-offset: .2em; }
.mdp-site-main { min-height: 65vh; }
.mdp-map { min-height: 420px; width: 100%; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
