@font-face {
  font-family: 'Rubik-Bold';
  src: url('../fonts/Rubik/Rubik-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik-Medium';
  src: url('../fonts/Rubik/Rubik-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}

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

@font-face {
  font-family: 'Avenir-Bold';
  src: url('../fonts/Avenir/AvenirLTStd-Heavy.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url('../fonts/Avenir/AvenirLTStd-Medium.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Italic';
  src: url('../fonts/Avenir/AvenirLTStd-LightOblique.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-light';
  src: url('../fonts/Avenir/AvenirLTStd-Light.otf');
  font-weight: 400;
  font-style: normal;
}
