/*
    Name: fonts.css
    Description: Font Resource Sheet
    Last Review: 23.06.2021
*/
/* Roboto */
@font-face {
  font-family: 'Roboto Bold';
  src: url('Roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('Roboto/Roboto-Medium.ttf') format('truetype');
}
/* Inter */
@font-face {
  font-family: 'Inter Black';
  src: url('Inter/static/Inter-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter Bold';
  src: url('Inter/static/Inter-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter ExtraBold';
  src: url('Inter/static/Inter-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter Light';
  src: url('Inter/static/Inter-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter Medium';
  src: url('Inter/static/Inter-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter Regular';
  src: url('Inter/static/Inter-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter SemiBold';
  src: url('Inter/static/Inter-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter Thin';
  src: url('Inter/static/Inter-Thin.ttf') format('truetype');
}
/* Manrope */
@font-face {
  font-family: 'Manrope Bold';
  src: url('Manrope/static/Manrope-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope ExtraBold';
  src: url('Manrope/static/Manrope-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope ExtraLight';
  src: url('Manrope/static/Manrope-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope Light';
  src: url('Manrope/static/Manrope-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope Medium';
  src: url('Manrope/static/Manrope-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope Regular';
  src: url('Manrope/static/Manrope-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope SemiBold';
  src: url('Manrope/static/Manrope-SemiBold.ttf') format('truetype');
}
/* HelveticaWorld */
@font-face {
  font-family: 'HelveticaWorld Bold';
  src: url('HelveticaWorld/HelveticaWorld-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaWorld BoldItalic';
  src: url('HelveticaWorld/HelveticaWorld-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaWorld Italic';
  src: url('HelveticaWorld/HelveticaWorld-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaWorld Regular';
  src: url('HelveticaWorld/HelveticaWorld-Regular.ttf') format('truetype');
}
/* Söhne */
@font-face {
  font-family: 'Sohne Buch';
  src: url('Sohne/Sohne-Buch.otf') format('opentype');
}
@font-face {
  font-family: 'Sohne BuchKursiv';
  src: url('Sohne/Sohne-BuchKursiv.otf') format('opentype');
}

@font-face {
  font-family: 'Sohne Dreiviertelfett';
  src: url('Sohne/Sohne-Dreiviertelfett.otf') format('opentype');
}

@font-face {
  font-family: 'Sohne DreiviertelfettKursiv';
  src: url('Sohne/Sohne-DreiviertelfettKursiv.otf') format('opentype');
}

@font-face {
  font-family: 'Sohne Extrafett';
  src: url('Sohne/Sohne-Extrafett.otf') format('opentype');
}

@font-face {
  font-family: 'Sohne ExtrafettKursiv';
  src: url('Sohne/Sohne-ExtrafettKursiv.otf') format('opentype');
}

@font-face {
  font-family: 'Sohne Extraleicht';
  src: url('Sohne/Sohne-Extraleicht.otf') format('opentype');
}

@font-face {
  font-family: 'Sohne ExtraleichtKursiv';
  src: url('Sohne/Sohne-ExtraleichtKursiv.otf') format('opentype');
}

@font-face {
  font-family: 'Sohne Fett';
  src: url('Sohne/Sohne-Fett.otf') format('opentype');
}

@font-face {
  font-family: 'Sohne FettKursiv';
  src: url('Sohne/Sohne-FettKursiv.otf') format('opentype');
}

@font-face {
  font-family: 'Sohne Halbfett';
  src: url('Sohne/Sohne-Halbfett.otf') format('opentype');
}

@font-face {
  font-family: 'Sohne HalbfettKursiv';
  src: url('Sohne/Sohne-HalbfettKursiv.otf') format('opentype');
}

@font-face {
  font-family: 'Sohne Kraftig';
  src: url('Sohne/Sohne-Kraftig.otf') format('opentype');
}

@font-face {
  font-family: 'Sohne KraftigKursiv';
  src: url('Sohne/Sohne-KraftigKursiv.otf') format('opentype');
}

@font-face {
  font-family: 'Sohne Leicht';
  src: url('Sohne/Sohne-Leicht.otf') format('opentype');
}

@font-face {
  font-family: 'Sohne LeichtKursiv';
  src: url('Sohne/Sohne-LeichtKursiv.otf') format('opentype');
}
/* Akzidenz Grotesk */
@font-face {
  font-family: 'AkzidenzGrotesk Black';
  src: url('AkzidenzGrotesk/Akzidenz-grotesk-black.ttf') format('truetype');
}

@font-face {
  font-family: 'AkzidenzGrotesk Bold';
  src: url('AkzidenzGrotesk/Akzidenz-grotesk-bold.ttf') format('truetype');
}

@font-face {
  font-family: 'AkzidenzGrotesk Light';
  src: url('AkzidenzGrotesk/Akzidenz-grotesk-light.ttf') format('truetype');
}

@font-face {
  font-family: 'AkzidenzGrotesk Roman';
  src: url('AkzidenzGrotesk/Akzidenz-grotesk-roman.ttf') format('truetype');
}
