@font-face {
  font-family: 'Geologica';
  src: url('./fonts/geologica/Geologica-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Geologica';
  src: url('./fonts/geologica/Geologica-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Geologica';
  src: url('./fonts/geologica/Geologica-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Geologica';
  src: url('./fonts/geologica/Geologica-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('./fonts/unbounded/Unbounded-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('./fonts/unbounded/Unbounded-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('./fonts/unbounded/Unbounded-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
