/*
 Theme Name:   TITAN Blank Child Theme
 Theme URI:    https://titandmc.com
 Description:  GeneratePress child theme by Titan Digital Management
 Author:       Titan DM Company
 Author URI:   https://titandmc.com
 Template:     generatepress
 Version:      0.1
*/
:root {
    --TitanColor: #000;
    --TitanBodyFont: 'Lato', sans-serif;
}
a {
    color: var(--TitanBodyFont);
}
body {
    font-family: var(--TitanBodyFont);
    font-weight: 400;
}
p, li, a {
    font-family: var(--TitanBodyFont);
    font-weight: 400;
}
b, strong {
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--TitanBodyFont);
}
.full-width {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 99.6vw;
    position: relative;
    left: 50%;
    right: 50%;
}
/*============================================================================
                    Title
=============================================================================*/

/*============================================================================
                    WooCommerce
=============================================================================*/
.woocommerce-message, .woocommerce-error {
	border-top-color: #000 !important;
}