@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap");

html {
  font-size: 14px;

  --heading-font: "Montserrat Variable", sans-serif;
  --body-font: "Montserrat Variable", sans-serif;

  --primary-color: #272450;
  --primary-text-color: #ffffff;

  --secondary-color: #8dbf29;
  --secondary-text-color: #ffffff;

  /*
	 * Tertiary colors not used in theme, only for external parties
	 */
  --tertiary-color: #ffffff;
  --tertiary-text-color: #1a1a1a;
}
