:root { 
  --black: #000000;
  --black-2: #0000001a;
  --cararra: #efeeea;
  --guardsman-red: #c00000;
  --iron: #d7d7d7;
  --white: #ffffff;
 
  --font-size-l: 20px;
  --font-size-m: 16px;
  --font-size-s: 12px;
  --font-size-xl: 26px;
  --font-size-xxl: 36px;
  --font-size-xxxl: 50px;
  --font-size-xxxxl: 64px;
 
  --font-family-fontawesome6brands-regular: "FontAwesome6Brands-Regular", Helvetica;
  --font-family-lora: "Lora", Helvetica;
  --font-family-space_grotesk: "Space Grotesk", Helvetica;
}
.spacegrotesk-light-black-16px {
  color: var(--black);
  font-family: var(--font-family-space_grotesk);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.lora-normal-black-20px {
  color: var(--black);
  font-family: var(--font-family-lora);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.spacegrotesk-normal-guardsman-red-16px {
  color: var(--guardsman-red);
  font-family: var(--font-family-space_grotesk);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.spacegrotesk-semi-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-space_grotesk);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}

.lora-normal-black-36px {
  color: var(--black);
  font-family: var(--font-family-lora);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.lora-normal-guardsman-red-64px {
  color: var(--guardsman-red);
  font-family: var(--font-family-lora);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 400;
}

.lora-normal-black-50px {
  color: var(--black);
  font-family: var(--font-family-lora);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 400;
}

.spacegrotesk-normal-black-16px {
  color: var(--black);
  font-family: var(--font-family-space_grotesk);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.lora-normal-black-16px {
  color: var(--black);
  font-family: var(--font-family-lora);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.lora-normal-guardsman-red-50px {
  color: var(--guardsman-red);
  font-family: var(--font-family-lora);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 400;
}

.spacegrotesk-light-black-12px {
  color: var(--black);
  font-family: var(--font-family-space_grotesk);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 300;
}

.lora-normal-black-26px {
  color: var(--black);
  font-family: var(--font-family-lora);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.fontawesome6brands-regular-normal-guardsman-red-36px {
  color: var(--guardsman-red);
  font-family: var(--font-family-fontawesome6brands-regular);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

:root {
}
