@font-face{
    font-family: "Lora";
    src: url('fonts/Lora-VariableFont_wght.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: "PT Sans";
    src: url('fonts/PTSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .lora{ 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

p, a, button, .btn, span, li, .ptsans{
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
}