/*
Theme Name:     Twenty Twenty-Five Child - Higher Works Collaborative
Theme URI:      https://hwcmn.org
Description:    Child theme for HWC branding, based on Twenty Twenty-Five
Author:         Faith & Fantasy, LLC
Author URI:     https://faithandfantasy.com
Template:       twentytwentyfive
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    twentytwentyfive-child
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Karla:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:wght@400;600;700&display=swap');

body {
    font-family: 'Karla', 'Calibri', sans-serif;
    font-size: 16px;
    color: #30211B;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #06253D;
}

h4, h5, h6 {
    font-family: 'Karla', 'Calibri', sans-serif;
    font-weight: 700;
    color: #015548;
}

blockquote, cite, .accent-text, .dropcap {
    font-family: 'DM Serif Display', serif;
    color: #3B0F2F;
}

.font-karla { font-family: 'Karla', sans-serif; }
.font-montserrat { font-family: 'Montserrat', sans-serif; }
.font-serif { font-family: 'DM Serif Display', serif; }

.text-primary { color: #30211B !important; }
.text-accent { color: #C8892B !important; }
.text-muted { color: #888380 !important; }
.text-emphasis { color: #852E4C !important; }
.text-highlight { color: #015548 !important; }

.bg-primary { background-color: #30211B !important; color: #fff !important; }
.bg-accent { background-color: #C8892B !important; color: #fff !important; }
.bg-muted { background-color: #E4E2E5 !important; }
.bg-highlight { background-color: #015548 !important; color: #fff !important; }
.bg-contrast { background-color: #395C7A !important; color: #fff !important; }

a {
    color: #852E4C;
    text-decoration: underline;
}
a:hover {
    color: #C8892B;
}

button,
input[type="submit"],
.wp-block-button__link {
    background-color: #015548;
    color: #fff;
    border: none;
    padding: 0.75em 1.5em;
    border-radius: 4px;
    font-weight: 700;
    font-family: 'Karla', sans-serif;
}

button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
    background-color: #395C7A;
}

.has-drop-cap::first-letter {
    font-family: 'DM Serif Display', serif;
    font-size: 3em;
    line-height: 1;
    float: left;
    margin-right: 0.1em;
    color: #3B0F2F;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}
