:root {
  --gray-50: rgba(255, 255, 255, 1);
  --gray-600: rgba(99, 99, 99, 1);
  --gray-900-default: rgba(18, 18, 18, 1);
  --gray-300: rgba(208, 208, 208, 1);
  --secondary-300: rgba(250, 132, 67, 1);
  --primary-50: rgba(226, 246, 252, 1);
  --text-md-bold-font-family: "Lato-Bold", Helvetica;
  --text-md-bold-font-weight: 700;
  --text-md-bold-font-size: 16px;
  --text-md-bold-letter-spacing: 0.5px;
  --text-md-bold-line-height: 139.9999976158142%;
  --text-md-bold-font-style: normal;
  --text-sm-regular-font-family: "Lato-Regular", Helvetica;
  --text-sm-regular-font-weight: 400;
  --text-sm-regular-font-size: 14px;
  --text-sm-regular-letter-spacing: 0.175px;
  --text-sm-regular-line-height: 139.9999976158142%;
  --text-sm-regular-font-style: normal;
  --text-sm-bold-font-family: "Lato-Bold", Helvetica;
  --text-sm-bold-font-weight: 700;
  --text-sm-bold-font-size: 14px;
  --text-sm-bold-letter-spacing: 0.175px;
  --text-sm-bold-line-height: 139.9999976158142%;
  --text-sm-bold-font-style: normal;
  --display-md-bold-font-family: "Lato-Bold", Helvetica;
  --display-md-bold-font-weight: 700;
  --display-md-bold-font-size: 36px;
  --display-md-bold-letter-spacing: -0.36px;
  --display-md-bold-line-height: 139.9999976158142%;
  --display-md-bold-font-style: normal;
  --text-md-regular-font-family: "Lato-Regular", Helvetica;
  --text-md-regular-font-weight: 400;
  --text-md-regular-font-size: 16px;
  --text-md-regular-letter-spacing: 0.5px;
  --text-md-regular-line-height: 139.9999976158142%;
  --text-md-regular-font-style: normal;
  --text-xs-regular-font-family: "Lato-Regular", Helvetica;
  --text-xs-regular-font-weight: 400;
  --text-xs-regular-font-size: 12px;
  --text-xs-regular-letter-spacing: 0.4000000059604645px;
  --text-xs-regular-line-height: 139.9999976158142%;
  --text-xs-regular-font-style: normal;
  --text-xl-regular-font-family: "Lato-Regular", Helvetica;
  --text-xl-regular-font-weight: 400;
  --text-xl-regular-font-size: 20px;
  --text-xl-regular-letter-spacing: 0.15000000596046448px;
  --text-xl-regular-line-height: 139.9999976158142%;
  --text-xl-regular-font-style: normal;
  --text-xl-bold-font-family: "Lato-Bold", Helvetica;
  --text-xl-bold-font-weight: 700;
  --text-xl-bold-font-size: 20px;
  --text-xl-bold-letter-spacing: 0.15000000596046448px;
  --text-xl-bold-line-height: 139.9999976158142%;
  --text-xl-bold-font-style: normal;
  --shadow-04: 0px 8px 16px 0px rgba(96, 97, 112, 0.16),
    0px 2px 4px 0px rgba(40, 41, 61, 0.04);
}
