/*
 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 {
  /* Status Colors */
  --color-success: #4caf50;
  --color-warning: #ff9800;
  --color-error: #f44336;

  --color-text: #202124;
  --color-bg: white;
  --color-payne-gray: #202124;
  --color-morning-steel-blue: #92A7B6;
  --color-morning-steel-hover: #728796;
  --color-danish-sand: #F4F1EB;
}

.site-footer:not(.custom-footer) {
    display: none;
}
