/* Rubik Font - Local Version */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 300;
  src: url('./rubik-300-italic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: url('./rubik-400-italic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  src: url('./rubik-500-italic.ttf') format('truetype');
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('./rubik-700.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: url('./rubik-900.ttf') format('truetype');
  font-display: swap;
}