


/* You can create different font weights/variants */
@font-face {
    font-family: 'abo2sadam_regular';
    src: url('../fonts/abo2sadam_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* You can create different font weights/variants */
@font-face {
    font-family: 'BASKVILL';
    src: url('../fonts/BASKVILL.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* You can create different font weights/variants */
@font-face {
    font-family: 'ebrima';
    src: url('../fonts/ebrima.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* You can create different font weights/variants */
@font-face {
    font-family: 'ebrimabd';
    src: url('../fonts/ebrimabd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* You can create different font weights/variants */

/* @font-face{
    font-family: "Sitka";
    src: url("../fonts/sitka.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
} */



/* Use the font */
body {
    font-family: 'Lora',  sans-serif;
}