/* Martian mono light */
@font-face {
  font-display: swap;
  font-family: 'Martian Mono';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/martian-mono-v6-latin-300.woff2') format('woff2'),
       url('../fonts/martian-mono-v6-latin-300.ttf') format('truetype');
}

/* Martian mono regular */
@font-face {
  font-display: swap;
  font-family: 'Martian Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/martian-mono-v6-latin-regular.woff2') format('woff2'),
       url('../fonts/martian-mono-v6-latin-regular.ttf') format('truetype');
}

/* Outfit regular */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/outfit-v15-latin-regular.woff2') format('woff2'),
       url('../fonts/outfit-v15-latin-regular.ttf') format('truetype');
}

/* Outfit bold */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/outfit-v15-latin-700.woff2') format('woff2'),
       url('../fonts/outfit-v15-latin-700.ttf') format('truetype');
}

/* Palmore light */
@font-face {
  font-display: swap;
  font-family: 'Palmore';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/PalmoreLight.ttf') format('truetype');
}

/* Hakobi */
@font-face {
  font-display: swap;
  font-family: 'Hakobi';
  font-style: normal;
  font-weight: 40;
  src: url('../fonts/Hakobi.woff2') format('woff2'),
       url('../fonts/Hakobi.woff') format('woff'),
       url('../fonts/Hakobi.ttf') format('truetype');
}