/*
Theme Name: Espoke Child Production
Theme URI: https://kodewise.in/
Template: espoke
Author: Kodewise Technologies LLP
Author URI: https://kodewise.in/
Description: Child theme for Espoke theme
Version: 1.0
Text Domain: elatingcrafts
*/

/* Optional: you can override CSS here */

:root{
  --color-brown: #3D1808;
  --color-beige: #FFF0E6;
  --color-green: #8CC53F;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-grey: #f0f0f0;
  --color-blue: #00B0EF;
  --btn-color-primary: #8CC53F;
}

.custom-bottom-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .btn-color-green{
    background-color: #8CC53F !important;
  }
