/* Palmhouse theme fonts */

/* Olivare primary */
@font-face {
  font-family: "Olivare";
  src: url("/fonts/palmhouse/Oilvare-BaseRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Apercu Pro regular */
@font-face {
  font-family: "Apercu Pro";
  src: url("/fonts/palmhouse/Apercu-Pro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Apercu Pro bold */
@font-face {
  font-family: "Apercu Pro";
  src: url("/fonts/palmhouse/Apercu-Pro-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-primary: "Olivare";
  --font-secondary: "Apercu Pro";
  --font-secondary-bold: "Apercu Pro";
}
