/* Italic Variable Font */
@font-face {
  font-family: "Nunito Sans";
  font-weight: 1 1000; /* Variable font range for 'wght' axis */
  font-optical-sizing: auto; /* Variable font range for other axes if applicable */
  font-display: swap;
  src: local("Inter Italic Variable"), local("Inter-VariableFont_opsz,wght"),
    url("Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
}

/* Regular Variable Font */
@font-face {
  font-family: "Nunito Sans";
  font-weight: 1 1000; /* Variable font range for 'wght' axis */
  font-optical-sizing: auto; /* Variable font range for other axes if applicable */
  font-display: swap;
  src: local("Inter Italic Variable"), local("Inter-VariableFont_opsz,wght"),
    url("Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
}

/* Italic Variable Font */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 1 1000; /* Variable font range for 'wght' axis */
  font-optical-sizing: auto; /* Variable font range for other axes if applicable */
  font-display: swap;
  src: local("Rubik Italic Variable"), local("Rubik-Italic-VariableFont_wght"),
    url("Rubik/Rubik-Italic-VariableFont_wght.ttf") format("truetype-variations");
}

/* Regular Variable Font */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 1 1000; /* Variable font range for 'wght' axis */
  font-optical-sizing: auto; /* Variable font range for other axes if applicable */
  font-display: swap;
  src: local("Rubik Variable"), local("Rubik-VariableFont_wght"),
    url("Rubik/Rubik-VariableFont_wght.ttf")
      format("truetype-variations");
}

/* Inter font */

/* Italic Variable Font */

@font-face {
  font-family: "Inter";
  font-weight: 1 1000; /* Variable font range for 'wght' axis */
  font-optical-sizing: auto; /* Variable font range for other axes if applicable */
  font-display: swap;
  src: local("Inter Italic Variable"), local("Inter-VariableFont_opsz,wght"),
    url("Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
}

@font-face {
  font-family: "IBM Plex Sans Medium";
  font-style: normal;
  font-weight: 1 1000; /* Variable font range for 'wght' axis */
  font-optical-sizing: auto; /* Variable font range for other axes if applicable */
  font-display: swap;
  src: url("IBM_Plex_Sans/IBMPlexSans-Medium.ttf") format("truetype");
}