@font-face {
    font-family: "Moga";
    src: url("../fonts/moga.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Arial, sans-serif;
}

h1,
h2,
h3 {
    font-family: "Moga", serif;
}