/* Light 300 */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/LibreFranklin-Light.ttf') format('woff2');
}

/* Regular 400 */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/LibreFranklin-Regular.ttf') format('woff2');
}

/* SemiBold 600 */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/LibreFranklin-Bold.ttf') format('woff2');
}