@font-face {
  font-family: 'Bebas Neue';
  src: url('/res/fonts/BebasNeue-Regular.woff2') format('woff2'),
      url('/res/fonts/BebasNeue-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/res/fonts/RobotoCondensed-Bold.woff2') format('woff2'),
      url('/res/fonts/RobotoCondensed-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/res/fonts/RobotoCondensed-Italic.woff2') format('woff2'),
      url('/res/fonts/RobotoCondensed-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/res/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
      url('/res/fonts/RobotoCondensed-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lobster Two';
  src: url('/res/fonts/LobsterTwo.woff2') format('woff2'),
      url('/res/fonts/LobsterTwo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* Oswald for RU JP CN */

@font-face {
  font-family: 'Oswald';
  src: url('/res/fonts/Oswald/Oswald-Light.woff2') format('woff2'),
      url('/res/fonts/Oswald/Oswald-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('/res/fonts/Oswald/Oswald-Regular.woff2') format('woff2'),
      url('/res/fonts/Oswald/Oswald-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('/res/fonts/Oswald/Oswald-Bold.woff2') format('woff2'),
      url('/res/fonts/Oswald/Oswald-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}