/* #region Typography */

/* Fonts are self-hosted (GDPR) as Latin + Greek subset WOFF2 variable fonts,
   subset from the upstream Google Fonts TTF with fonttools/pyftsubset. Covers
   every UI language (de/en/cs/sk/el). See HSP-18441. */

/* #region Inter */
@font-face {
    font-family: 'Inter';
    src: url('/_content/Hyperio.Layout.Web/fonts/Inter.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/_content/Hyperio.Layout.Web/fonts/Inter-Italic.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
/* #endregion */

/* #region Noto Sans */
@font-face {
    font-family: 'Noto Sans';
    src: url('/_content/Hyperio.Layout.Web/fonts/NotoSans.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('/_content/Hyperio.Layout.Web/fonts/NotoSans-Italic.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
/* #endregion */

/* #region Roboto */
@font-face {
    font-family: 'Roboto';
    src: url('/_content/Hyperio.Layout.Web/fonts/Roboto.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/_content/Hyperio.Layout.Web/fonts/Roboto-Italic.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
/* #endregion */

/* #endregion */
body {
    font-family: 'Inter', 'Noto Sans', 'Roboto', sans-serif;
}
