@font-face {
    font-family: 'JostCustom'; /* Name it whatever you want */
    src: url("../fonts/Jost/Jost-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JostCustom';
    src: url("../fonts/Jost/Jost-SemiBold.ttf") format('truetype'); /* If you have a Bold file */
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.header-title {
    font-family: 'JostCustom', sans-serif;
    font-weight: 600;
}

.price-title {
    font-family: "JostCustom", sans-serif;
}
