@font-face {
  font-family: 'Cagliostro';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('../fonts/cagliostro/cagliostro-v9-latin-regular.woff2') format('woff2'),
    url('../fonts/cagliostro/cagliostro-v9-latin-regular.woff') format('woff');
}
@font-face {
  font-family:'Selawik';
  src: local('Selawik-Regular'), local(Selawik),
  url('../fonts/selawik/Selawik.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0335;
}
@font-face {
  font-family:'Selawik';
  src: local('Selawik-Bold'), local(Selawik Bold),
  url('../fonts/selawik/Selawik Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0335;
}
@font-face {
  font-family:'Selawik Semilight';
  src: local('Selawik-Semilight'), local(Selawik Semilight),
  url('../fonts/selawik/Selawik Semilight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0335;
}
@font-face {
    font-family:'Selawik Semibold';
    src: local('Selawik-Semibold'), local(Selawik Semibold),
		url('../fonts/selawik/Selawik Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0335;
}