@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}

body, body * {
   font-family: Montserrat, Roboto, sans-serif
}
.skills ul {
    list-style-position: outside;
}

.skills .skill-badges {
    display: flex;
    flex-wrap: wrap;
}
.skills .skill-badges .skill-badge {
    margin-right: .5rem;
    margin-bottom: .5rem;
    padding: .2rem .4rem;
    border-radius: 10px;
    background-color: #252525;
    border: solid 1px #252525;
    color: #fff;
    font-weight: normal;
    font-size: smaller;
}


.about__description {
    font-size: 1.1rem;
    font-style: italic;

}

.country-flag {
    width: 24px;
    height:24px;
}

.js-show-onclick {
    cursor:pointer;
    color: #a52834;
}

.experience-item {
    position: relative;
    padding: 25px 30px 40px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    border-radius: 12px;
}

.experience-item::before {
    content: "";
    position: absolute;
    top: calc(100% + 1px);
    left: 30px;
    width: 1px;
    height: 30px;
    background: #e5e5e5;
}

.experience-item:last-child::before {
    display: none;
}

.experience-item__period {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #a3a3a3;
    margin-bottom: 10px;
}

.experience-item__title {
    margin-bottom: 20px;
}


.footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: auto;
}

.userImage {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}

.userImage img {
    display: block;
    width: 100%;
}

.userSocial {
    display: flex;
    align-items: center;
    position: relative;
    top: 2px;
    margin-left: 20px;
}

.userSocial a {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-right: 20px;
}

.userSocial svg {
    width: 1em;
    height: 1em;
    font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}
