@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'conthrax';
  src: url('/assets/fonts/conthrax/Conthrax-SemiBold.otf');
  font-weight: normal;
}

@font-face {
  font-family: 'conthrax';
  src: url('/assets/fonts/conthrax/Conthrax-Bold.otf');
  font-weight: bold;
}

h1, h2, h3, h4 {
  font-family: 'conthrax';
}

*{
  font-family: 'Roboto';
  font-optical-sizing: auto;
  font-weight: 300;
}

.Roboto{
  font-family: 'Roboto';
  font-optical-sizing: auto;
}

.conthrax{
  font-family: 'conthrax';
}