/*
Theme Name: Blossom Pathway
Theme URI: https://blossompathway.org
Author: Blossom Pathway Care Foundation
Author URI: https://blossompathway.org
Description: Custom WordPress PHP Theme for Blossom Pathway Care Foundation built with Tailwind CSS.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: blossom-pathway
*/

:root {
  --color-primary: #E91E8C;
  --color-primary-light: #FCE4F3;
  --color-purple: #7B0096;
  --color-purple-dark: #560068;
  --color-purple-light: #F3E5F5;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #1f2937;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
