@import url("./fonts.css");

* {
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    color: #f1f2f3;
} */

.font-heading {
    font-family: "Playfair Display", serif;
}

.font-cinzel {
    font-family: "Cinzel", serif;
    background-position: right;
}

.bg-golden {
    background-color: #fafafa;
}
