/*
Theme Name: Phlox Child
Theme URI: https://averta.net/phlox
Description: Child theme for the Phlox theme customized by Perfect Health
Author: Perfect Health
Author URI: https://perfecthealth.ph/
Template: phlox
Version: 1.0.0
Text Domain: phlox-child
*/

/* ==================================================
   GLOBAL STYLES (Child Theme Overrides)
================================================== */

/* Example override styles (you can replace or extend) */

body {
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  color: #e74c3c;
}
