/**
 * @license
 * Scale https://github.com/telekom/scale
 *
 * Copyright (c) 2021 Egor Kirpichev and contributors, Deutsche Telekom AG
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at https://mozilla.org/MPL/2.0/.
 */

 @font-face {
    font-family: 'TeleNeoWeb';
    font-weight: 900;
    font-style: normal;
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-Ultra.eot');
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-Ultra.woff') format('woff'),
      url('/fonts/TeleNeoWeb/TeleNeoWeb-Ultra.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family: 'TeleNeoWeb';
    font-weight: 900;
    font-style: italic;
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-UltraItalic.eot');
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-UltraItalic.woff') format('woff'),
      url('/fonts/TeleNeoWeb/TeleNeoWeb-UltraItalic.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family: 'TeleNeoWeb';
    font-weight: 800;
    font-style: normal;
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-ExtraBold.eot');
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-ExtraBold.woff') format('woff'),
      url('/fonts/TeleNeoWeb/TeleNeoWeb-ExtraBold.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family: 'TeleNeoWeb';
    font-weight: 800;
    font-style: italic;
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-ExtraBoldItalic.eot');
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-ExtraBoldItalic.woff') format('woff'),
      url('/fonts/TeleNeoWeb/TeleNeoWeb-ExtraBoldItalic.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family: 'TeleNeoWeb';
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-Bold.eot');
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-Bold.woff') format('woff'),
      url('/fonts/TeleNeoWeb/TeleNeoWeb-Bold.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family: 'TeleNeoWeb';
    font-weight: 700;
    font-style: italic;
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-BoldItalic.eot');
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-BoldItalic.woff') format('woff'),
      url('/fonts/TeleNeoWeb/TeleNeoWeb-BoldItalic.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family: 'TeleNeoWeb';
    font-weight: 500;
    font-style: normal;
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-Medium.eot');
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-Medium.woff') format('woff'),
      url('/fonts/TeleNeoWeb/TeleNeoWeb-Medium.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family: 'TeleNeoWeb';
    font-weight: 500;
    font-style: italic;
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-MediumItalic.eot');
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-MediumItalic.woff') format('woff'),
      url('/fonts/TeleNeoWeb/TeleNeoWeb-MediumItalic.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family: 'TeleNeoWeb';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-Regular.eot');
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-Regular.woff') format('woff'),
      url('/fonts/TeleNeoWeb/TeleNeoWeb-Regular.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family: 'TeleNeoWeb';
    font-weight: 400;
    font-style: italic;
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-RegularItalic.eot');
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-RegularItalic.woff') format('woff'),
      url('/fonts/TeleNeoWeb/TeleNeoWeb-RegularItalic.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family: 'TeleNeoWeb';
    font-weight: 200;
    font-style: normal;
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-Thin.eot');
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-Thin.woff') format('woff'),
      url('/fonts/TeleNeoWeb/TeleNeoWeb-Thin.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family: 'TeleNeoWeb';
    font-weight: 200;
    font-style: italic;
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-ThinItalic.eot');
    src: url('/fonts/TeleNeoWeb/TeleNeoWeb-ThinItalic.woff') format('woff'),
      url('/fonts/TeleNeoWeb/TeleNeoWeb-ThinItalic.woff2') format('woff2');
    font-display: swap;
  }
  
  :root {
    font-family: 'TeleNeoWeb', sans-serif;
    font-display: swap;
  }