/*
Impressum
Studiengang: MultiMediaTechnology
Institution: Fachhochschule Salzburg (FHS)
Zweck: MultiMediaProjekt 1
Autorin: Sonja Schorn
*/

@font-face {
  font-family: "Nunito";
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/Nunito-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "Nunito-Bold";
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/Nunito-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "Playfair";
  font-weight: 1000;
  font-style: italic;
  font-variation-settings:"wdth" 100;
  src: url('../fonts/Playfair_144pt-BoldItalic.ttf') format('truetype');

}
