@font-face {
    font-family: "Painting With Chocolate";
    src: url("../fonts/PaintingWithChocolate.woff2") format("woff2"),
        url("../fonts/PaintingWithChocolate.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, .u0 {
    font-family: "Painting With Chocolate";
}

body {
    background-color: white;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-2 {
    background-image: url(../img/bg-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}