/* Local Google Fonts - Self-hosted */
/* Source: PT Serif & PT Sans from Google Fonts */

/* PT Serif - 400 */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/pt-serif-400.ttf') format('truetype');
}

/* PT Serif - 600 */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/pt-serif-700.ttf') format('truetype');
}

/* PT Serif - 700 */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/pt-serif-700.ttf') format('truetype');
}

/* PT Serif - 800 */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/pt-serif-700.ttf') format('truetype');
}

/* PT Sans - 300 */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/pt-sans-400.ttf') format('truetype');
}

/* PT Sans - 400 */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/pt-sans-400.ttf') format('truetype');
}

/* PT Sans - 500 */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/pt-sans-400.ttf') format('truetype');
}

/* PT Sans - 600 */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/pt-sans-700.ttf') format('truetype');
}

/* PT Sans - 700 */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/pt-sans-700.ttf') format('truetype');
}
