@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,300&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --green:       #117a65;
  --green-dark:  #0a4f41;
  --green-mid:   #258e79;
  --gold:        #f39c12;
  --gold-light:  #ffb52b;
  --red:         #c0392b;
  --cream:       #fdf8f0;
  --white:       #fff;
  --gray-1:      #f5f5f5;
  --gray-2:      #e8e8e8;
  --text:        #222;
  --text-mid:    #555;
  --text-light:  #888;
  --border:      #ddd;
}

body { font-family: 'Poppins', sans-serif; }

h1, h2, h3, h4,
.brand-text .school-name,
.hslide-content h1,
.ph-inner h1,
.content-card h2,
.content-card h3,
.sec-header h2,
.msg-name,
.person-name,
.mc-name,
.stat-num,
.sn2 {
  font-family: 'Merriweather', serif;
}

