/**
 * =============================================================================
 *  Project:   Praxis fuer Ergotherapie im Heilhaus — Mini CMS (Kachel)
 *  Location:  /assets/css/fonts.css
 *  File:      fonts.css
 *  Function:  Self-hosted PT Sans (DSGVO: no Google Fonts requests).
 *  Version:   1.0.0    Build: 2026.07.06.1500
 *  Changelog: 1.0.0 2026-07-06 Initial version
 * =============================================================================
 */
@font-face {
  font-family: 'PT Sans'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/assets/vendor/fonts/pt-sans-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2013-2014, U+2018-201A, U+201C-201E, U+20AC;
}
@font-face {
  font-family: 'PT Sans'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('/assets/vendor/fonts/pt-sans-latin-700-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2013-2014, U+2018-201A, U+201C-201E, U+20AC;
}
@font-face {
  font-family: 'PT Sans'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/assets/vendor/fonts/pt-sans-latin-ext-400-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0;
}
@font-face {
  font-family: 'PT Sans'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('/assets/vendor/fonts/pt-sans-latin-ext-700-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0;
}
