/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:root {
    --color-gray-500: #1a1a1a;
    --color-gray-600: #1a1a1a;
    --color-gray-700: #000;
    --color-gray-800: #000;
    --color-gray-900: #000;
}

strong,
b {
    font-weight: 500;
}

p {
	margin-bottom: 15px !important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}