/* Manrope font family – unique name avoids Safari using system Manrope if installed */
@font-face {
  font-family: 'Manrope';
  src: url('https://static.tp-link.com/res/style/fonts/Manrope/woff2/Manrope-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('https://static.tp-link.com/res/style/fonts/Manrope/woff2/Manrope-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('https://static.tp-link.com/res/style/fonts/Manrope/woff2/Manrope-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('https://static.tp-link.com/res/style/fonts/Manrope/woff2/Manrope-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('https://static.tp-link.com/res/style/fonts/Manrope/woff2/Manrope-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('https://static.tp-link.com/res/style/fonts/Manrope/woff2/Manrope-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('https://static.tp-link.com/res/style/fonts/Manrope/woff2/Manrope-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Apply Manrope so it overrides base styles (loaded after global.css imports) */
/* font-synthesis: none stops Safari from faking weights with the wrong font */
html,
body {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

