body {
background: #ffffff;
color: #1a1a1a;
}
.font-page-wrap h1 {
color: #173236;
}
.font-page-wrap p {
color: #5a6b6d;
}
.font-preview-box {
background: #f7f9f9;
border: 1px solid #e0e6e6 !important;
border-radius: 10px;
color: #173236;
}
.font-cta-button {
background: #173236 !important;
color: #ffffff !important;
border-radius: 6px;
font-weight: 600;
transition: background 0.2s ease;
}
.font-cta-button:hover {
background: #0f2225 !important;
}
.site-info {
display: none;
}