/*
 Theme Name:   Blocksy Child
 Theme URI:    https://outstride.com
 Description:  Child theme for Blocksy, custom setup for Outstride
 Author:       Sydney Kel
 Author URI:   https://outstride.com
 Template:     blocksy
 Version:      1.0.0
 Text Domain:  blocksy-child
*/

/* Import parent theme styles */
@import url("../blocksy/style.css");

/* --------------------------
   Custom Fonts & Basic Styles
----------------------------*/

/* DM Serif Display for headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Serif Display', serif;
}

/* Montserrat for body text */
body, p, li, a {
    font-family: 'Montserrat', sans-serif;
}
