@font-face {
  font-family: 'IBM600';
  src: url('/fonts/IBM/IBMPlexSans-SemiBold.woff2') format('woff2'),
       url('/fonts/IBM/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: 'Geologica300';
  src: url('/fonts/Geologica/Geologica-Light.woff2') format('woff2'),
       url('/fonts/Geologica/Geologica-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}