@font-face {
  font-family: 'Google Sans';
		src: url('/local/templates/USB/fonts/newfonts/GoogleSans-Medium.woff2') format('woff2'),
      url('/local/templates/USB/fonts/newfonts/GoogleSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('/local/templates/USB/fonts/newfonts/GoogleSans-Bold.woff2') format('woff2'),
      url('/local/templates/USB/fonts/newfonts/GoogleSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('/local/templates/USB/fonts/newfonts/GoogleSans-Regular.woff2') format('woff2'),
      url('/local/templates/USB/fonts/newfonts/GoogleSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.logo-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
  color: var(--black);
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 20px;
}
