@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 1000;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 1000;
    font-style: italic;
}

@media (min-width: 768px) {
    #resume .col-md-8 .section:last-child {
        margin-bottom: 0;
    }
}

body {
    color: #ffffff;
    background-color: #212529;
    font-family: 'DM Sans', sans-serif;
}

#greeting {
    font-weight: 600;
}

#summary {
    font-size: 1.25rem;
}

#counter {
    font-size: 1.25rem;
    margin-bottom: 7.5rem;
    text-align: center;
}

#counter #count {
    font-size: 4rem;
    font-weight: 600;
}

#resume {
    margin-bottom: 4rem;
}

#resume h2 {
    font-weight: 600;
    margin-bottom: 2rem;
}

#resume .section {
    margin-bottom: 2rem;
}

#resume .section .section-heading img {
    width: 0.9375rem;
    height: 0.9375rem;
    filter: invert(100%) sepia(0%) saturate(3345%) hue-rotate(152deg) brightness(112%) contrast(101%);
    margin-bottom: 0.3125rem;
    margin-right: 0.3125rem;
}

#resume .section .section-heading h3 {
    font-size: 1rem;
    font-weight: 600;
    display: inline;
}

#resume .section .entry {
    font-size: 0.875rem;
}

#resume .section .entry .entry-heading {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

#resume .section .entry .entry-heading .company {
    font-weight: 600;
}

#resume .section .entry .entry-heading .title {
    font-style: italic;
}

#resume .section .entry .dates {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

#resume .section .entry .description ul {
    margin-bottom: 0.5rem;
}

#resume .section .entry .description .achievements {
    font-weight: 600;
}

#resume #experience.section .entry {
    margin-bottom: 2rem;
}

#resume #education.section .entry {
    margin-bottom: 2rem;
}

#resume #education.section .entry:last-child {
    margin-bottom: 0;
}

#resume #skills.section .entry {
    display: flex;
    justify-content: space-between;
}

#resume #skills.section .entry img {
    width: 0.9375rem;
    height: 0.9375rem;
    filter: invert(100%) sepia(0%) saturate(3345%) hue-rotate(152deg) brightness(112%) contrast(101%);
}

#resume #certifications.section .entry {
    margin-bottom: 1rem;
}

#resume #languages.section .entry {
    margin-bottom: 1rem;
}

#resume #interests.section {
    margin-bottom: 0;
}

#resume #interests.section .entry {
    margin-bottom: 2rem;
    text-align: center;
}

#resume #interests.section .entry img {
    width: 1.875rem;
    height: 1.875rem;
    filter: invert(100%) sepia(0%) saturate(3345%) hue-rotate(152deg) brightness(112%) contrast(101%);
}

#about {
    margin-bottom: 6rem;
}

#about h2 {
    font-weight: 600;
    margin-bottom: 2rem;
}

#about img {
    display: block;
    margin: 2rem auto;
}

#about .section {
    margin-bottom: 2rem;
}
