/**
 * @license
 *
 * Font Family: Manrope
 * Designed by: Mikhail Sharanda
 * URL: https://www.fontshare.com/fonts/manrope
 * © 2026 Indian Type Foundry
 *
 * Manrope Light
 * Manrope Regular
 * Manrope Bold
 */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    url("./typesets/Manrope-Light.woff2") format("woff2"),
    url("./typesets/Manrope-Light.woff") format("woff"),
    url("./typesets/Manrope-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("./typesets/Manrope-Regular.woff2") format("woff2"),
    url("./typesets/Manrope-Regular.woff") format("woff"),
    url("./typesets/Manrope-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url("./typesets/Manrope-Bold.woff2") format("woff2"),
    url("./typesets/Manrope-Bold.woff") format("woff"),
    url("./typesets/Manrope-Bold.ttf") format("truetype");
}
