body {
    font-family: 'Inter', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    color: #333;
}
p {
    color: #444;
}
a {
    color: #2d70ff;
}
a:visited {
    color: #2D5FFF;
}
a:hover,
a:active {
    color: #2D5FFF;
}
#author {
    background-color: #F4F4F4;
}
#author .auth-block {
    color: #999;
}
.tag {
    color: #fff;
    background-color: #1A1A1A;
}
.list-title {
    background-color: #1A1A1A;
}
.list-title h3 {
    color: #fff;
}
.list-description {
    background-color: #FEFDFC;
}
.list-highlights {
    background-color: #F8F5F3;
}
.cta button {
    background-color: #d20000 !important;
    border-color: #d20000 !important;
    border-radius: 10px;
    color: #fff !important;
    text-transform: uppercase;
}
.cta button:hover,
.cta button:active {
    background-color: #d70000 !important;
    border-color: #d70000 !important;
}
#footer {
    background-color: #F4F4F4;
}
#footer h5 {
    color: #888;
}
#footer li, #footer a {
    color: #333;
}
#footer a:hover {
    color: #555;
    text-decoration: none;
}
#legal {
    background-color: #1A1A1A;
}
#legal p, #legal a {
    color: #ccc;
}
#legal a:hover {
    color: #fff;
}
