$font-path: '/assets/fonts/' !default;

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url($font-path + 'Inter-Regular.woff2') format("woff2"),
  url($font-path + 'Inter-Regular.woff') format("woff")
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url($font-path + 'Inter-Italic.woff2') format("woff2"),
  url($font-path + 'Inter-Italic.woff') format("woff")
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url($font-path + 'Inter-Light.woff2') format("woff2"),
  url($font-path + 'Inter-Light.woff') format("woff")
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url($font-path + 'Inter-LightItalic.woff2') format("woff2"),
  url($font-path + 'Inter-LightItalic.woff') format("woff")
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url($font-path + 'Inter-Medium.woff2') format("woff2"),
  url($font-path + 'Inter-Medium.woff') format("woff")
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url($font-path + 'Inter-MediumItalic.woff2') format("woff2"),
  url($font-path + 'Inter-MediumItalic.woff') format("woff")
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url($font-path + 'Inter-SemiBold.woff2') format("woff2"),
  url($font-path + 'Inter-SemiBold.woff') format("woff")
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url($font-path + 'Inter-SemiBoldItalic.woff2') format("woff2"),
  url($font-path + 'Inter-SemiBoldItalic.woff') format("woff")
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url($font-path + 'Inter-Bold.woff2') format("woff2"),
  url($font-path + 'Inter-Bold.woff') format("woff")
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url($font-path + 'Inter-BoldItalic.woff2') format("woff2"),
  url($font-path + 'Inter-BoldItalic.woff') format("woff")
}


@font-face {
  font-family: "Inter Currency";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url($font-path + 'Inter-Currency-Medium.woff2') format("woff2"),
  url($font-path + 'Inter-Currency-Medium.woff') format("woff")
}

@font-face {
  font-family: "Inter Currency";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url($font-path + 'Inter-Currency-SemiBold.woff2') format("woff2"),
  url($font-path + 'Inter-Currency-SemiBold.woff') format("woff")
}

@font-face {
  font-family: "Inter Currency";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url($font-path + 'Inter-Currency-Bold.woff2') format("woff2"),
  url($font-path + 'Inter-Currency-Bold.woff') format("woff")
}
