/*
Theme Name: CMDFW Child
Theme URI: https://www.cmdfw.org
Description: Child theme of Hestia for the CMDFW website redesign.
Author: CMDFW Web Team
Template: hestia
Version: 0.2.0
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Tiro+Devanagari+Sanskrit&display=swap');

/* -----------------------------------------------------------------------
   This theme's CSS now lives in modular files under /assets/css/, enqueued
   from functions.php (in dependency order):

     base.css    box-sizing + base font (the .cmdfw-home-page wrapper)   [every page]
     header.css  banner, nav, dropdowns, mobile menu                     [every page]
     footer.css  social band + footer                                    [every page]
     home.css    home-page body sections                                 [front page only]
     bvp.css     Bala Vihar Parents page                                 [that page only]

   Adding a page = add one file in /assets/css/ + one enqueue line in
   functions.php. Keep THIS file for the theme header + global @import only;
   don't pile page styles back in here.
   ----------------------------------------------------------------------- */