/* CODESTITCH STYLES, RESET, HEADER/NAVIGATION AND FOOTER */
/*-- -------------------------- -->
<---        Core Styles         -->
<--- -------------------------- -*/
/* CodeStitch Root and Helpers */
@media only screen and (min-width: 0rem) {
  :root {
    --primary: #755256;
    --secondary: #0A3C1A;
    --secondary-light: #6A856E;
    --black: #0a0a0a;
    --gray: #767C7D;
    --dark-gray: #565a5b;
    --white: #fafafa;
    --headerColor: #C8BCAC;
    --bodyTextColor: #4e4b66;
    --bodyTextColorWhite: #fafbfc;
    /* 13px - 16px */
    --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
    /* 31px - 49px */
    --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
    --bodyFontSize: 1rem;
    /* 60px - 100px top and bottom */
    --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
    --font-rem: "REM", sans-serif;
    --font-poppins: "Poppins", sans-serif;
  }
}

/*# sourceMappingURL=variables.css.map */
