/* import Rubik */
@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-Regular.woff2')  format('woff2'),
       url('../font/Rubik-Regular.woff')  format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-Bold.woff2')  format('woff2'),
       url('../font/Rubik-Bold.woff')  format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-Italic.woff2')  format('woff2'),
       url('../font/Rubik-Italic.woff')  format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'RubikItalic';
  src: url('../font/Rubik-Italic.woff2')  format('woff2'),
       url('../font/Rubik-Italic.woff')  format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RubikBold';
  src: url('../font/Rubik-Bold.woff2')  format('woff2'),
       url('../font/Rubik-Bold.woff')  format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RubikMedium';
  src: url('../font/Rubik-Medium.woff2')  format('woff2'),
       url('../font/Rubik-Medium.woff')  format('woff');
  font-weight: normal;
  font-style: normal;
}
