@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Quicksand:300,400,500,600,700|Sarina&display=swap&subset=latin-ext');



@font-face {
  font-family: 'Noto Sans';
  font-weight: 300;
  font-style: normal;
  src: url('./font-src/Noto/NotoSans-Regular.ttf');
}

@font-face {
  font-family: 'Noto Sans';
  font-weight: 600;
  font-style: bold;
  src: url('./font-src/Noto/NotoSans-Bold.ttf');
}


@font-face {
  font-family: 'Noto Sans';
  font-weight: 300;
  font-style: italic;
  src: url('./font-src/Noto/NotoSans-Italic.ttf');
}

@font-face {
  font-family: 'Noto Sans';
  font-weight: 400;
  font-style: italic;
  src: url('./font-src/Noto/NotoSans-BoldItalic.ttf');
}

.font-noto{
    font-family: 'Quicksand';
}
