/* Public Sans */
@font-face {
  font-family: 'Public Sans';
  font-weight: 400;
  font-style: normal;
  src: url('PublicSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 400;
  font-style: italic;
  src: url('PublicSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 500;
  font-style: normal;
  src: url('PublicSans-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 500;
  font-style: italic;
  src: url('PublicSans-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 600;
  font-style: normal;
  src: url('PublicSans-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 600;
  font-style: italic;
  src: url('PublicSans-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 700;
  font-style: normal;
  src: url('PublicSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 700;
  font-style: italic;
  src: url('PublicSans-BoldItalic.ttf') format('truetype');
}

/* Barlow */
/* @font-face {
  font-family: 'Barlow';
  font-weight: 400;
  font-style: normal;
  src: url('Barlow-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-weight: 400;
  font-style: italic;
  src: url('Barlow-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-weight: 500;
  font-style: normal;
  src: url('Barlow-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-weight: 500;
  font-style: italic;
  src: url('Barlow-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-weight: 600;
  font-style: normal;
  src: url('Barlow-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-weight: 600;
  font-style: italic;
  src: url('Barlow-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-weight: 700;
  font-style: normal;
  src: url('Barlow-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-weight: 700;
  font-style: italic;
  src: url('Barlow-BoldItalic.ttf') format('truetype');
} */

/* Space Grotesk */
@font-face {
  font-family: 'Space Grotesk';
  font-weight: 100;
  src: url('SpaceGrotesk-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-weight: 400;
  src: url('SpaceGrotesk-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-weight: 500;
  src: url('SpaceGrotesk-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-weight: 700;
  src: url('SpaceGrotesk-Bold.ttf') format('truetype');
}