/* ============================
   Cinzel
============================ */

@font-face {
    font-family: "Cinzel";
    src: url("../../assets/fonts/Cinzel/Cinzel-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Cinzel";
    src: url("../../assets/fonts/Cinzel/Cinzel-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

/* ============================
   Global Typography
============================ */

body {

    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;

}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: "Cinzel", serif;
    font-weight: 700;

}