@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:       #1b2a4a;
  --green-dark:  #0d1a30;
  --green-mid:   #2f3e5e;
  --gold:        #e74c3c;
  --gold-light:  #ff6555;
  --red:         #c0392b;
  --cream:       #fdf8f0;
  --white:       #fff;
  --bg:          #f4f4f6;
  --bg-card:     #ffffff;
  --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;
}



/* content_bg_style: theme */

.content-card { background: var(--bg) !important; border-color: rgba(0,0,0,.06) !important; }
.page-wrap { background: var(--bg); }
body { background: var(--bg); }
