@font-face {
    font-family: 'Phin Lc';
    src: url('fonts/PhinLc-Regular.woff2') format('woff2'),
        url('fonts/PhinLc-Regular.woff') format('woff'),
        url('fonts/PhinLc-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*:root {*/
/*    --cream: #F2EDD5;*/
/*    --green: #6F7351;*/
/*    --green-2: #898C32;*/
/*}*/

:root {
    --cream: #F2EFE9;
    --green: #0D0D0D;
    --green-2: #373F40;
}

* {
    font-family: "Times New Roman", Times, serif;
}

body, html {
    background-color: var(--cream);
    color: var(--green);
}

header {
    padding: 3rem 0;
}

.nav-link {
    color: var(--green);
    font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
    .nav-link {
        font-size: 1.2rem;
    }
    
}

@media screen and (min-width: 900px) {
    .nav-link {
        font-size: 1.34rem;
    }
    
}

.nav-link.active, .nav-link:hover, .nav-link:active, .nav-link:focus {
    color: var(--green-2);
}

p {
    font-size: 1.25rem;
    line-height: 1.5;
}

a {
    color: var(--green);
    text-decoration: underline;
}

a:hover {
    color: var(--green);
    text-decoration: underline;
}

.title {
    line-height: 0.8rem;
}

.title a {
    font-family: 'Phin Lc', sans-serif;
    font-size: 5.0rem;
    font-weight: 600;
    text-transform: lowercase;
    text-decoration: none;
    color: var(--green);
}

@media screen and (min-width: 768px) {
    .title a {
        font-size: 6.0rem;
    }
}

.quick-links {
    margin: 0;
    padding: 0;
}

.quick-links li {
    font-size: 1.25rem;
    list-style-type: none;
    margin: 0.25rem;
    display: inline-block;
}

.quick-links a {
    color: var(--green);
    text-decoration: none;
}

.quick-links a:hover {
    color: var(--green);
    text-decoration: underline;
}

.btn-listen {
    border-color: var(--green);
    color: var(--green);
}

.btn-listen:hover {
    background-color: var(--green);
    color: var(--cream);
}

footer p {
    font-size: 1.0rem;
}
