/* Figma Styles of your File */
:root {
  /* Colors */
  --white: #ffffff;
  --black: #000000;
  --grey: #aaaaaa;
  --orange: #ff7201;
  --beige: #f4f2f0;
  --gradient: linear-gradient(
    110.36deg,
    rgba(255, 114, 1, 1) 0%,
    rgba(255, 166, 1, 1) 100%
  );

  /* Fonts */
  --h1-61-font-family: ArtoxGeodesic-Regular, sans-serif;
  --h1-61-font-size: 61px;
  --h1-61-line-height: 120%;
  --h1-61-font-weight: 400;
  --h1-61-font-style: normal;
  --h2-49-font-family: ArtoxGeodesic-Regular, sans-serif;
  --h2-49-font-size: 49px;
  --h2-49-line-height: 68.6px;
  --h2-49-font-weight: 400;
  --h2-49-font-style: normal;
  --h3-39-font-family: ArtoxGeodesic-Regular, sans-serif;
  --h3-39-font-size: 39px;
  --h3-39-line-height: 54.6px;
  --h3-39-font-weight: 400;
  --h3-39-font-style: normal;
  --h4-31-font-family: ArtoxGeodesic-Regular, sans-serif;
  --h4-31-font-size: 31px;
  --h4-31-line-height: 44.8px;
  --h4-31-font-weight: 400;
  --h4-31-font-style: normal;
  --h5-25-font-family: ArtoxGeodesic-Regular, sans-serif;
  --h5-25-font-size: 25px;
  --h5-25-line-height: 120%;
  --h5-25-font-weight: 400;
  --h5-25-font-style: normal;
  --h6-20-font-family: ArtoxGeodesic-Regular, sans-serif;
  --h6-20-font-size: 20px;
  --h6-20-line-height: 28px;
  --h6-20-font-weight: 400;
  --h6-20-font-style: normal;
  --body-16-font-family: ArtoxGeodesic-Regular, sans-serif;
  --body-16-font-size: 16px;
  --body-16-line-height: 22.4px;
  --body-16-font-weight: 400;
  --body-16-font-style: normal;
  --body-12-font-family: ArtoxGeodesic-Regular, sans-serif;
  --body-12-font-size: 12px;
  --body-12-line-height: 120%;
  --body-12-font-weight: 400;
  --body-12-font-style: normal;
  --body-m-16-font-family: ArtoxGeodesic-Medium, sans-serif;
  --body-m-16-font-size: 16px;
  --body-m-16-line-height: 22.4px;
  --body-m-16-font-weight: 500;
  --body-m-16-font-style: normal;

  /* Effects */
}
/* Figma Color Variables of your File */
