:root {
  --bgbg-10: #ffffff;
  --bgbg-15: #f6eddb;
  --bgbg-25: #f73728;
  --bgbg-30: #262626;
  --black: #000000;
  --textneutral-100: #f8f9fa;
  --textneutral-125: #e4e4e4;
  --textneutral-150: #f73728;
  --textneutral-175: #262626;

  --font-size-l: 22px;
  --font-size-m: 20px;
  --font-size-s: 16px;
  --font-size-xl: 28px;
  --font-size-xs: 14px;
  --font-size-xxl: 34px;
  --font-size-xxxl: 78px;

  --font-family-inter: "Inter", Helvetica;
  --font-family-oswald: "Oswald", Helvetica;
}
.desktoph1 {
  font-family: var(--font-family-oswald), serif;
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.desktoph2 {
  font-family: var(--font-family-oswald), serif;
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.desktoph3 {
  font-family: var(--font-family-oswald), serif;
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.desktoph4 {
  font-family: var(--font-family-oswald), serif;
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.desktoph5 {
  font-family: var(--font-family-oswald), serif;
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.desktopbody-1 {
  font-family: var(--font-family-inter), serif;
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

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

.desktopbody-3 {
  font-family: var(--font-family-inter), serif;
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.inter-bold-white-210px {
  font-family: var(--font-family-inter), serif;
  font-size: 210px;
  font-style: normal;
  font-weight: 700;
}
