/* Cherry Creek Financial Planning */

/* Fonts */

/* weight: Value from 300 to 700 */

@import url("https://use.typekit.net/kqe0raw.css");
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');


/* Site CSS */


a {
    word-wrap: break-word;
}

div {
    word-wrap: break-word;
}

.link-blue {
    color: #0A58C2;
}

.color-primary {
    color: #460E0F;
}

.color-secondary {
    color: #8E142D;
}

.color-grey {
    color: #62574B;
}

.color-lightgrey {
    color: #F9F1E7;
}

.color-darkgrey {
    color: #190303;
}

body {
    background-color: #F5F4F2;
}

.background-primary {
    background-color: #8E142D;
    border-radius: 10px;
}

.background-secondary {
    background-color: #E6BF70;
}

.background-white {
    background-color: #F5F4F2;
    border-radius: 10px;
}

.a-brandcolor {
    color: #F9F1E7;
}

.a-brandcolor:visited {
    color: #F9F1E7;
}

.a-brandcolor:hover {
    cursor: pointer;
}

.h3-brandcolor {
    font-family: proxima-nova, figtree, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    font-variation-settings: "wdth" 100;
    color: #F9F1E7;
    padding-bottom: 10px;
}

p {
    font-family: proxima-nova, figtree, sans-serif;
    font-weight: 400;
    color: #000000;
}

.p-brandcolor {
    font-family: proxima-nova, figtree, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.15rem;
    font-variation-settings: "wdth" 100;
    color: #F9F1E7;
}


