/* ------------------------------------------
   Self-hosted Fonts for Greyhouse
--------------------------------------------- */

/* Karla 400 */
@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Karla 500 */
@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Domine 400 */
@font-face {
    font-family: 'Domine';
    src: url('../fonts/Domine-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Domine 600 */
@font-face {
    font-family: 'Domine';
    src: url('../fonts/Domine-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}



/* ------------------------------------------
   About Page Styling
--------------------------------------------- */

.about-section {
    margin-bottom: 40px;
    font-family: "Karla", sans-serif;
}

.about-section h2 {
    font-family: "Domine", serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.about-section p {
    font-size: 17px;
    line-height: 26px;
    color: var(--text-soft);
    margin-bottom: 14px;
    font-family: "Karla", sans-serif;
}

/* Lists */
.about-section ul {
    padding-left: 20px;
    margin-top: 6px;
    margin-bottom: 14px;
    font-family: "Karla", sans-serif;
}

.about-section li {
    font-size: 17px;
    margin-bottom: 6px;
    color: var(--text-soft);
}

/* Music box title */
.music-title {
    font-family: "Domine", serif;
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #222;
}
