@font-face {
  font-family: 'pavelt';
  src: url('../fonts/pavelt-webfont.woff2') format('woff2'),
       url('../fonts/pavelt-webfont.woff') format('woff'),
       url('../fonts/Pavelt.otf') format('opentype');
  font-weight: 300; /* Specify the font weight, e.g., 400, 700 */
  font-style: normal; /* Specify the style, e.g., normal, italic */
  font-display: swap; /* Improves loading behavior */
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-medium_0-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-medium_0-webfont.woff') format('woff'),
       url('../fonts/Montserrat-Medium_0.ttf') format('truetype');
  font-weight: normal; /* Specify the font weight, e.g., 400, 700 */
  font-style: normal; /* Specify the style, e.g., normal, italic */
  font-display: swap; /* Improves loading behavior */
}