/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@font-face {
  font-family: 'Albertus';
  src: url('../fonts/AlbertusMTStd.woff2') format('woff2'),
       url('../fonts/AlbertusMTStd.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'CenturyPS';
  src: url('../fonts/CenturyPSPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: 'CenturyPS';
  src: url('../fonts/CenturyPSPro-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'CenturyPS';
  src: url('../fonts/CenturyPSPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: 'CenturyPS';
  src: url('../fonts/CenturyPSPro-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}