$auditype-font-src: '../fonts' !default;

@at-root {
  // Audi Type Screen
  @font-face {
    font-family: 'AudiTypeScreen';
    src: url('#{$auditype-font-src}/AudiTypeScreen-Light.woff2') format('woff2'),
         url('#{$auditype-font-src}/AudiTypeScreen-Light.woff') format('woff'),
         url('#{$auditype-font-src}/AudiTypeScreen-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'AudiTypeScreen';
    src: url('#{$auditype-font-src}/AudiTypeScreen-Normal.woff2') format('woff2'),
         url('#{$auditype-font-src}/AudiTypeScreen-Normal.woff') format('woff'),
         url('#{$auditype-font-src}/AudiTypeScreen-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'AudiTypeScreen';
    src: url('#{$auditype-font-src}/AudiTypeScreen-Bold.woff2') format('woff2'),
         url('#{$auditype-font-src}/AudiTypeScreen-Bold.woff') format('woff'),
         url('#{$auditype-font-src}/AudiTypeScreen-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

  // Audi Type Extended
  @font-face {
    font-family: 'AudiTypeExtended';
    src: url('#{$auditype-font-src}/AudiTypeExtended-Normal.woff') format('woff'),
         url('#{$auditype-font-src}/AudiTypeExtended-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'AudiTypeExtended';
    src: url('#{$auditype-font-src}/AudiTypeExtended-Bold.woff') format('woff'),
         url('#{$auditype-font-src}/AudiTypeExtended-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
}
