/* Inter Font - Local */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/inter/inter-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/inter/inter-medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/static/fonts/inter/inter-semibold.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/inter/inter-bold.woff2') format('woff2');
}

/* Roboto Mono - для моноширинных элементов (коды, штрихкоды, чеки) */

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/roboto/roboto-mono-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/roboto/roboto-mono-medium.woff2') format('woff2');
}

/* Segoe UI Emoji - для эмодзи на Windows 7 (fallback) */

@font-face {
  font-family: 'Segoe UI Emoji';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Segoe UI Emoji'), url('/static/fonts/segoe-emoji/seguiemj.ttf') format('truetype');
}
