/*
Theme Name: HZ
Author: Baker
Description: Minimial, probably deficient
*/

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    color: #1d1d1d;
    font-size: 20px;
    overflow-wrap: break-word !important;
    background-color: #ffffff;
}

a {
    color: inherit;
    transition: color 0.3s;
}

a:hover {
    color: #982733;
}
