@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('../fonts/Livvic-SemiBold.woff2') format('woff2'),
       url('../fonts/Livvic-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('../fonts/Raleway-Bold.woff2') format('woff2'),
       url('../fonts/Raleway-Bold.woff') format('woff');
}
@font-face {
  font-family: 'NotoSans Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/NotoSans-Regular.woff2') format('woff2'),
       url('../fonts/NotoSans-Regular.woff') format('woff');
}
@font-face {
  font-family: 'NotoSans Medium';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
       url('../fonts/NotoSans-Medium.woff2') format('woff2'),
       url('../fonts/NotoSans-Medium.woff') format('woff');
}
@font-face {
  font-family: 'NotoSans Semibold';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('../fonts/NotoSans-SemiBold.woff2') format('woff2'),
       url('../fonts/NotoSans-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'NotoSans Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('../fonts/NotoSans-Bold.woff2') format('woff2'),
       url('../fonts/NotoSans-Bold.woff') format('woff');
}