/* Livvic */
@font-face {
  font-family: 'Livvic';
  src: url("fonts/Livvic/Livvic-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Livvic';
  src: url("fonts/Livvic/Livvic-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Livvic';
  src: url("fonts/Livvic/Livvic-SemiBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Livvic';
  src: url("fonts/Livvic/Livvic-SemiBoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}

/* Inconsolata */
@font-face {
  font-family: 'Inconsolata';
  src: url("fonts/Inconsolata/Inconsolata-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Inconsolata';
  src: url("fonts/Inconsolata/Inconsolata-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
