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

html {
  font-size: 14px;

  --body-font: "Inter", sans-serif;
  --heading-font: "Inter", sans-serif;

  --border-radius-btn: 8px;

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

  --secondary-color: #361dd1;
  --secondary-text-color: #ffffff;

  --tertiary-color: #ffffff;
  --tertiary-text-color: #262424;
}
