/* PARABOLE */
@font-face {
  font-family: 'Parabole';
  src: url('../fonts/parabole.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* APTOS */
/* regular - 400 */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* italic - 400 */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

/* semibold - 600 */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

/* semibold italic - 600 */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/semibold-italic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}

/* bold - 700 */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* bold italic - 700 */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/bold-italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}