/* --- Premium 404 Page Styles for FluffyFig --- */
/* Center the canvas and fix background color */
.main-page-title,
.rtc,
.page-placeholder {
text-align: center !important;
background-color: #FAF6F1 !important;
font-family: 'Playfair Display', Georgia, serif !important;
}
/* Format the main heading */
h1, .title, .h1 {
font-family: 'Playfair Display', Georgia, serif !important;
font-size: 52px !important;
font-weight: 600 !important;
color: #2C2416 !important;
text-align: center !important;
margin-bottom: 20px !important;
}
/* Format the paragraph description text */
p, .content, .rte {
font-family: 'Inter', sans-serif !important;
font-size: 16px !important;
line-height: 1.6 !important;
color: #6B5C48 !important;
max-width: 580px !important;
margin: 0 auto 30px !important;
text-align: center !important;
}
/* Style the return CTA button to our signature brand brown */
.button, a.button, button.button {
background-color: #2C2416 !important;
color: #FAF6F1 !important;
font-family: 'Inter', sans-serif !important;
font-size: 14px !important;
font-weight: 500 !important;
letter-spacing: 1px !important;
padding: 16px 32px !important;
border-radius: 6px !important;
text-decoration: none !important;
display: inline-block !important;
margin-top: 10px !important;
border: none !important;
}
.button:hover {
background-color: #443722 !important;
}