/*
Theme Name: Temperance House
Author: Kubiak Creative
Author URI: https://kubiakcreative.com
Description: Custom Theme for Temperance House - Requires The7 theme to be installed for base structure.
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* 28/05/26/*/

:root {
    --white:        #ffffff;
    --dark:         #334444;
    --stone:        #f5f1e9;
    --red:          #ff5e59;
    --pink:         #f8c1b6;
    --darkgreen:    #3a4d3e;
    --green:        #3a4d3e;
}

::selection {
    color: var(--white);
    background: var(--red);
}

.dark        { color: var(--dark) !important}
.stone       { color: var(--stone) !important}
.red         { color: var(--red) !important}
.pink        { color: var(--pink) !important}
.green       { color: var(--green) !important}
.darkgreen   { color: var(--darkgreen) !important}
.white       { color: var(--white) !important}

.bg-dark        { background-color: var(--dark) !important}
.bg-stone       { background-color: var(--stone) !important}
.bg-red         { background-color: var(--red) !important}
.bg-pink        { background-color: var(--pink) !important}
.bg-green       { background-color: var(--green) !important}
.bg-darkgreen   { background-color: var(--darkgreen) !important}
.bg-white       { background-color: var(--white) !important}

.white-text, .white-text p, .white-text p a, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text blockquote {
    color: var(--white);
}

/* ---------------------------  TYPOGRAPHY --------------------------- */


body {
    font-optical-sizing: auto;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    font-variant-ligatures: none !important;
    text-rendering: auto;
    color: var(--dark);
}

h1, h2, h3, h4, h5 {font-variant-ligatures: none;}