/* Self-hosted Ubuntu для единообразного отображения в любых браузерах/ОС. */
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu/Ubuntu-Light.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu/Ubuntu-LightItalic.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu/Ubuntu-Regular.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu/Ubuntu-Italic.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu/Ubuntu-Medium.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu/Ubuntu-MediumItalic.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu/Ubuntu-Bold.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu/Ubuntu-BoldItalic.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Шаблон может ссылаться на Poppins — направляем его на те же файлы Ubuntu. */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/ubuntu/Ubuntu-Light.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/ubuntu/Ubuntu-LightItalic.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/ubuntu/Ubuntu-Regular.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/ubuntu/Ubuntu-Italic.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/ubuntu/Ubuntu-Medium.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/ubuntu/Ubuntu-MediumItalic.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/ubuntu/Ubuntu-Bold.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/ubuntu/Ubuntu-BoldItalic.woff2') format('woff2'),
    url('../fonts/ubuntu/Ubuntu-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --app-font-stack: 'Ubuntu', 'Poppins', 'Noto Sans', 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, 'Liberation Sans', sans-serif;
}

html,
body,
.navbar,
.sidebar,
.main-panel,
.card,
.btn,
input,
select,
textarea,
label,
p,
span,
div {
  font-family: var(--app-font-stack) !important;
}
