/* === TT Tricks === */
@font-face {
  font-family: 'TT Tricks';
  src: url('../assets/fonts/tt-tricks/TTTricks-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'TT Tricks';
  src: url('../assets/fonts/tt-tricks/TTTricks-BlackItalic.otf')
    format('opentype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'TT Tricks';
  src: url('../assets/fonts/tt-tricks/TTTricks-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'TT Tricks';
  src: url('../assets/fonts/tt-tricks/TTTricks-BoldItalic.otf')
    format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'TT Tricks';
  src: url('../assets/fonts/tt-tricks/TTTricks-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'TT Tricks';
  src: url('../assets/fonts/tt-tricks/TTTricks-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'TT Tricks';
  src: url('../assets/fonts/tt-tricks/TTTricks-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'TT Tricks';
  src: url('../assets/fonts/tt-tricks/TTTricks-LightItalic.otf')
    format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* === TT Wellingtons === */
@font-face {
  font-family: 'TT Wellingtons';
  src: url('../assets/fonts/tt-wellingtons/TT Wellingtons Black.otf')
    format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'TT Wellingtons';
  src: url('../assets/fonts/tt-wellingtons/TT Wellingtons Black Italic.otf')
    format('opentype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'TT Wellingtons';
  src: url('../assets/fonts/tt-wellingtons/TT Wellingtons Bold.otf')
    format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'TT Wellingtons';
  src: url('../assets/fonts/tt-wellingtons/TT Wellingtons Bold Italic.otf')
    format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'TT Wellingtons';
  src: url('../assets/fonts/tt-wellingtons/TT Wellingtons Regular.otf')
    format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'TT Wellingtons';
  src: url('../assets/fonts/tt-wellingtons/TT Wellingtons Italic.otf')
    format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'TT Wellingtons';
  src: url('../assets/fonts/tt-wellingtons/TT Wellingtons Light.otf')
    format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'TT Wellingtons';
  src: url('../assets/fonts/tt-wellingtons/TT Wellingtons Light Italic.otf')
    format('opentype');
  font-weight: 300;
  font-style: italic;
}
