@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');

.landing-page.gray
.container {
    font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
}

.landing-page.gray {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    color: #373a3c;
}

.landing-page.gray
.page-title h1 {
    font-weight: 600;
}

.landing-page.gray
.page-description p {
    font-weight: 400;
    color: #666666;
}

.landing-page.gray
li.list-link-item a {
    display: block;
    padding: 0.75rem;
    border: 2px solid #CCCCCC;
    color: #373a3c;
    background-color: transparent;
    border-radius: 10px;
    transition: 0.2s;
}

.landing-page.gray
li.list-link-item a:hover {
    text-decoration: none;
    background-color: #373a3c;
    border-color: #373a3c;
    color: #ffffff;
}

.landing-page.gray
.socmed-link {
    color: #666666;
    transition: 0.2s;
}

.landing-page.gray
.socmed-link:hover {
    color: #373a3c;
    transform: scale(1.3);
}

.footer {
    color: #373a3c;
}
.footer a {
    color: #373a3c;
}