:root {
  --color1: #F4D0D9;
  --color2: #E8B4BC;
  --color3: #FFFFFF;
  --color4: #A6868B;
  --color5: #2D2926;
}

body {
    font-family: 'Lato', sans-serif;
    line-height: 1.7;
    color: var(--color5);
    background-color: var(--color3);
}

h1, h2, h3, .font-serif {
    font-family: 'Playfair Display', serif;
}

.deco-grid-new {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right, rgba(166, 134, 139, 0.1) 1px, transparent 1px), 
                      linear-gradient(to bottom, rgba(166, 134, 139, 0.1) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 0;
}