 @font-face {
  font-family: 'Rubik';
  src: url("./Rubik-Regular.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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


@font-face {
  font-family: 'Rubik-Semibold';
  src: url("./Rubik-Semibold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik-Bold';
  src: url("./Rubik-Semibold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}