:root { 
  --black: #000000;
  --eerie-black: #191919;
  --gallery: #efefef;
  --gunsmoke: #838383;
  --licorice: #111111;
  --quill-gray: #d9d9d9;
  --shark: #272727;
  --shark-2: #333333;
  --sundance: #cbb45a;
  --white: #ffffff;
  --white-2: #ffffffb2;
  --blue-business: #1a2dc1;
  --blue: #0077FF;

  --font-size-24px: 24px;
  --font-size-32px: 32px;
  --font-size-l: 20px;
  --font-size-m: 16px;
  --font-size-s: 15px;
  --font-size-xl: 28px;
  --font-size-xs: 14px;
  --font-size-xxs: 12px;
  --font-size-xxxs: 10px;

  --font-family-inter: "Inter", Helvetica, "Noto Sans JP", sans-serif;
  --font-family-varta: "Varta", Helvetica, "Noto Sans JP", sans-serif;
}

/* @media screen and (min-width: 769px) {
  :root { 
    --font-size-24px: calc(24px * 1.1);
    --font-size-32px: calc(32px * 1.1);
    --font-size-l: calc(20px * 1.1);
    --font-size-m: calc(16px * 1.1);
    --font-size-s: calc(15px * 1.1);
    --font-size-xl: calc(28px * 1.1);
    --font-size-xs: calc(14px * 1.1);
    --font-size-xxs: calc(12px * 1.1);
    --font-size-xxxs: calc(10px * 1.1);
  }
} */

.heading1 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-32px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.28px;
}

.heading2 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-24px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.heading3 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.subcatagory {
  font-family: var(--font-family-varta);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3.84px;
}

.body {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.cardbody {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.rewardscatch {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.taglabel {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.taglabelmicro {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxs);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.inter-bold-shark-18px {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.inter-bold-shark-15px {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
}

.inter-normal-gunsmoke-11px {
  color: var(--gunsmoke);
  font-family: var(--font-family-inter);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
}

.inter-normal-white-30px {
  color: var(--white-2);
  font-family: var(--font-family-inter);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

.inter-bold-shark-28px {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

/* @media screen and (max-width: 768px) {
  .inter-bold-shark-28px {
    font-size: var(--font-size-l);
  }
} */

.inter-bold-shark-21px {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
}

.inter-bold-white-28px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}
