/*
Theme Name: Hit Parader Magazine
Theme URI: https://hitparader.com
Description: Hit Parader magazine theme - Child theme of Underscores
Author: Sumerian Entertainment Group
Template: underscores-parent
Version: 1.0.0
Text Domain: hitparader
*/

/* Basic child theme styles */
body {
    font-family: 'ernst', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, Arial, sans-serif;
}

/* Black and white color scheme */
.hp-primary {
    color: #000000;
}

.hp-bg-primary {
    background-color: #000000;
}