/* Import Google fonts */
@import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&family=PT+Serif:wght@400;700&display=swap');

/* Font definitions for the website */
body {
  font-family: 'PT Serif', serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Serif', serif;
  font-weight: 700;
}

.custom-mono-font,
.elementor-button-text,
.menu-item a {
  font-family: 'Cutive Mono', monospace !important;
}
