/* Figma Styles of your File */
:root {
  /* Colors */
  --primary-brown: #8d3c1e;
  --primary-green: #76ba72;
  --primary-yellow: #f5f1da;
  --brown-10: #fff5f2;
  --brown-20: #ffd8ca;
  --brown-30: #ffbba3;
  --brown-40: #ff9f7b;
  --brown-50: #d16e49;
  --brown-60: #8d3c1e;
  --yellow-10: #fafaf7;
  --yellow-20: #f5f1da;
  --yellow-30: #ccc8af;
  --yellow-40: #a39f87;
  --yellow-50: #7b7761;
  --yellow-60: #524f3e;
  --green-10: #f6fff6;
  --green-20: #caf6c8;
  --green-30: #a0ed9c;
  --green-40: #76ba72;
  --green-50: #50874d;
  --green-60: #2e542c;
  --grey-10: #f9f9f9;
  --grey-20: #d7d7d7;
  --grey-30: #b5b5b5;
  --grey-40: #939393;
  --grey-50: #717171;
  --grey-60: #4f4f4f;

  /* Fonts */
  --heading-font-family: Unbounded-ExtraLight, sans-serif;
  --heading-font-size: 52px;
  --heading-line-height: 120%;
  --heading-font-weight: 200;
  --heading-font-style: normal;
  --h1-font-family: Unbounded-Regular, sans-serif;
  --h1-font-size: 46px;
  --h1-line-height: 120%;
  --h1-font-weight: 400;
  --h1-font-style: normal;
  --h2-font-family: Unbounded-Bold, sans-serif;
  --h2-font-size: 38px;
  --h2-line-height: 120%;
  --h2-font-weight: 700;
  --h2-font-style: normal;
  --h3-font-family: Unbounded-Bold, sans-serif;
  --h3-font-size: 32px;
  --h3-line-height: 120%;
  --h3-font-weight: 700;
  --h3-font-style: normal;
  --h4-font-family: Unbounded-Bold, sans-serif;
  --h4-font-size: 26px;
  --h4-line-height: 120%;
  --h4-font-weight: 700;
  --h4-font-style: normal;
  --cta-font-family: SourceSans3-SemiBold, sans-serif;
  --cta-font-size: 20px;
  --cta-line-height: 120%;
  --cta-font-weight: 600;
  --cta-font-style: normal;
  --body-font-family: SourceSans3-Regular, sans-serif;
  --body-font-size: 18px;
  --body-line-height: 140%;
  --body-font-weight: 400;
  --body-font-style: normal;
  --body-small-font-family: SourceSans3-Regular, sans-serif;
  --body-small-font-size: 14px;
  --body-small-line-height: 120%;
  --body-small-font-weight: 400;
  --body-small-font-style: normal;
  --caption-font-family: SourceSans3-Medium, sans-serif;
  --caption-font-size: 12px;
  --caption-line-height: 120%;
  --caption-font-weight: 500;
  --caption-font-style: normal;

  /* Effects */
}
/* Figma Color Variables of your File */
