@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins-light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins-medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

main h1 {
    font-family: 'Poppins', sans-serif;
    font-size: var(--h1-font-size);
    font-weight: 500;
    margin: var(--h1-margin) 0;
}

h1.bottom-hr {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-mid-gray);
}

main p, main p, main a, main span, main ul, main li {
    color: var(--color-text);
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-body);
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.25px;
    line-height: 29px;
}

main p:first-of-type {
    margin-top: var(--p-margin);
}

main a {
    border-bottom: 1px dashed var(--color-text);
}

main a:hover, main a:focus {
    text-decoration: none;
    border: none;
    color: var(--color-cta);
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

a.tile-link:hover, a.tile-link, a.nav-link {
    text-decoration: none;
    border: none;
}

.small-font {
    font-size: var(--font-size-small);
}

main hr {
    height: 0;
    border: 0;
    border-top: 1px solid var(--color-hr);
    margin-top: 100px;
}

#slide-title, #slide-project, #slide-counter, #slide-total {
    font-weight: 500;
}

.divider {
    font-weight: 300;
}

.profile-contact h2 {
    font-size: var(--font-size-large);
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 5px;
}

h2.photo-page {
    margin-top: 10px;
}

.profile-contact-sub p, .profile-contact-sub ul li, .right ul li, .profile-contact-sub p a, .profile-contact-sub p a span {
    font-size: var(--font-size-body);
    font-weight: 300;
}

.profile-contact-sub ul li, .right ul li {
    line-height: 25px;
    margin-bottom: 0;
    padding-left: 7px;
    text-indent: -7px;
}

.profile-contact-sub p {
    line-height: 25px;
    margin-bottom: 0;
}

.profile-contact-sub ul li h2 {
    color: var(--color-nav-hover);
    margin-bottom: 0;
    font-weight: 300;
}

.dl-link {
    display: flex;
    align-items: center;
    margin-top: -3px;
}

.dl-link:hover span, .dl-link:hover {
    text-decoration: none;
    color: #9f9f9f;
}

.hidden {
    display: none;
}

.small, .small a {
    font-size: 14px;
    color: #6a6a6a;
    border-bottom-color: #6a6a6a;
    line-height: 23px;
}
