@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/font/plaplayfairdisplay-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/font/playfairdisplay-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1{
	font-family: "playfair_displayregular", system-ui;
	font-weight: 400;
	font-style: normal;
}
.card, .card-title, .card.btn{
  font-family: 'Orbitron', sans-serif;
}

