@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'Stara';
  src: url('/src/assets/fonts/stara/Stara-Black.woff2') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stara';
  src: url('/src/assets/fonts/stara/Stara-Medium.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stara';
  src: url('/src/assets/fonts/stara/Stara-SemiBold.woff2') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stara';
  src: url('/src/assets/fonts/stara/Stara-Bold.woff2') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.font-stara {
  font-family: 'Stara', sans-serif;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
