@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/Google_Sans/GoogleSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/Google_Sans/GoogleSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Google Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/assets/fonts/Google_Sans/GoogleSans-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Google Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/assets/fonts/Google_Sans/GoogleSans-BoldItalic.ttf') format('truetype');
}

