/* Lato */
@font-face {
  font-family: 'Lato';
  font-style: bold;
  font-weight: 900;
  src: url('../fonts/Lato-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: bold;
  font-weight: 700;
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato-Regular'), url('../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: light;
  font-weight: 100;
  src: url('../fonts/Lato-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
}
/* Rubik */
@font-face {
  font-family: 'Rubik';
  font-style: bold;
  font-weight: 900;
  src: url('../fonts/Rubik-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: bold;
  font-weight: 700;
  src: url('../fonts/Rubik-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: bold;
  font-weight: 600;
  src: url('../fonts/Rubik-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/Rubik-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/Rubik-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Rubik-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: medium;
  font-weight: 500;
  src: url('../fonts/Rubik-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/Rubik-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: light;
  font-weight: 100;
  src: url('../fonts/Rubik-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/Rubik-LightItalic.ttf') format('truetype');
}