@font-face {
  font-family: 'rubik';
  src: url('../font/rubik-black.woff2') format('woff2'),
       url('../font/rubik-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'rubik';
  src: url('../font/rubik-medium.woff2') format('woff2'),
       url('../font/rubik-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'rubik';
  src: url('../font/rubik-bold.woff2') format('woff2'),
       url('../font/rubik-bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'rubik';
  src: url('../font/rubik-light.woff2') format('woff2'),
       url('../font/rubik-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
