/*
Theme Name: ENVI Digital
Theme URI: https://envi.digital/
Description: ENVI Digital child theme for the Construz parent theme.
Author: ENVI Digital
Template: construz
Version: 0.3.0
Text Domain: envi-digital
*/

:root {
  --envi-deep-green: #164f45;
  --envi-green: #2f7d64;
  --envi-sand: #d6a85f;
  --envi-ink: #172424;
  --envi-off-white: #f6f7f3;
  --theme-color: #2f7d64 !important;
  --theme-color2: #164f45 !important;
}

html {
  scroll-behavior: smooth;
}

::selection {
  color: #fff;
  background: var(--envi-green);
}

body {
  color: var(--envi-ink);
}

a {
  text-underline-offset: 0.18em;
}

body.home .th-btn,
body.home .icon-btn,
body.home [class*="theme-bg"],
body.home [class*="bg-theme"] {
  --theme-color: var(--envi-green);
}
