/* Variable fonts usage:
:root { font-family: "Inter", sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; }
} */
@font-face {
  font-family: 'ManropeVariable';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('Manrope-VariableFont_wght.ttf') format('truetype');
}

/* static fonts */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src:
    url('static/Manrope-ExtraLight.woff') format('woff'),
    url('static/Manrope-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    url('static/Manrope-Light.woff') format('woff'),
    url('static/Manrope-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url('static/Manrope-Regular.woff') format('woff'),
    url('static/Manrope-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url('static/Manrope-Medium.woff') format('woff'),
    url('static/Manrope-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    url('static/Manrope-SemiBold.woff') format('woff'),
    url('static/Manrope-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url('static/Manrope-Bold.woff') format('woff'),
    url('static/Manrope-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src:
    url('static/Manrope-ExtraBold.woff') format('woff'),
    url('static/Manrope-ExtraBold.ttf') format('truetype');
}
