@font-face {
  font-family: 'Silka';
  src: url('./fonts/silka-light.woff2') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Silka';
  src: url('./fonts/silka-regular.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Silka';
  src: url('./fonts/silka-medium.woff2') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Silka';
  src: url('./fonts/silka-semibold.woff2') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Silka';
  src: url('./fonts/silka-bold.woff2') format('truetype');
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
  list-style: none;
  font-family: 'Silka' !important;
  font-weight: 400;
}
