@font-face {
    font-family: "OpenSans-Regular";
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/OpenSans-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: "OpenSans-Bold";
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/OpenSans-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: "Poppins-Regular";
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: "Poppins-Bold";
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/Poppins-Bold.ttf') format('truetype');
    font-display: swap;
}