/* Core Sans C */
@font-face {
  font-family: "CoreSansC";
  src: url("CoreSansC/CoreSansC-45Regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: "CoreSansC";
  src: url("CoreSansC/CoreSansC-45RegularIt.otf");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "CoreSansC";
  src: url("CoreSansC/CoreSansC-65Bold.otf");
  font-weight: 600;
}

@font-face {
  font-family: "CoreSansC";
  src: url("CoreSansC/CoreSansC-65BoldIt.otf");
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "CoreSansC";
  src: url("CoreSansC/CoreSansC-65Bold.otf");
  font-weight: 700;
}

@font-face {
  font-family: "CoreSansC";
  src: url("CoreSansC/CoreSansC-65BoldIt.otf");
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "CoreSansC";
  src: url("CoreSansC/CoreSansC-85Heavy.otf");
  font-weight: 800;
}

@font-face {
  font-family: "CoreSansC";
  src: url("CoreSansC/CoreSansC-85HeavyIt.otf");
  font-style: italic;
  font-weight: 800;
}

/* Roboto */
@font-face {
  font-family: Roboto;
  src: url("Roboto/Roboto-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Roboto;
  src: url("Roboto/Roboto-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: Roboto;
  src: url("Roboto/Roboto-Bold.ttf");
  font-weight: 700;
}

/* Nuevas fuentes */
@font-face {
  font-family: "Khand";
  src: url("Khand/Khand-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Khand";
  src: url("Khand/Khand-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Khand";
  src: url("Khand/Khand-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Khand";
  src: url("Khand/Khand-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Khand";
  src: url("Khand/Khand-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "DM Sans";
  src: url("DMSans/DMSans-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "DM Sans";
  src: url("DMSans/DMSans-Italic.ttf");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "DM Sans";
  src: url("DMSans/DMSans-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "DM Sans";
  src: url("DMSans/DMSans-MediumItalic.ttf");
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "DM Sans";
  src: url("DMSans/DMSans-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "DM Sans";
  src: url("DMSans/DMSans-BoldItalic.ttf");
  font-style: italic;
  font-weight: 700;
}

/* Space Grotesk */
@font-face {
  font-family: "Space Grotesk";
  src: url("space-grotesk/SpaceGrotesk-Light.ttf");
  font-weight: 200;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("space-grotesk/SpaceGrotesk-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("space-grotesk/SpaceGrotesk-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("space-grotesk/SpaceGrotesk-SemiBold.ttf");
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("space-grotesk/SpaceGrotesk-Bold.ttf");
  font-weight: 700;
}

/* Lato */
@font-face {
  font-family: "Lato";
  src: url("latos/Lato-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Lato";
  src: url("latos/Lato-Italic.ttf");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Lato";
  src: url("latos/Lato-Bold.ttf");
  font-weight: 700;
}

/* Oswald */
@font-face {
  font-family: "Oswald";
  src: url("oswalds/static/Oswald-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Oswald";
  src: url("oswalds/static/Oswald-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Oswald";
  src: url("oswalds/static/Oswald-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Oswald";
  src: url("oswalds/static/Oswald-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Oswald";
  src: url("oswalds/static/Oswald-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Oswald";
  src: url("oswalds/static/Oswald-ExtraLight.ttf");
  font-weight: 200;
}
