/* This is just a sample file with CSS rules. You should write your own @font-face declarations
 * to add support for your desired fonts.
 */
* {
  font-family: Altone !important;
}

@font-face {
  font-family: 'Altone';
  src: url('/themes/cs/assets/fonts/Altone/Altone-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Altone';
  src: url('/themes/cs/assets/fonts/Altone/Altone-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Altone';
  src: url('/themes/cs/assets/fonts/Altone/Altone-Semi.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Altone';
  src: url('/themes/cs/assets/fonts/Altone/Altone-Bold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'JetBrains';
  src: url('/themes/cs/assets/fonts/JetBrains/JetBrains-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}