@font-face {
    font-family: 'Helvetica';
    src: url('../assets/helvetica/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../assets/helvetica/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../assets/helvetica/helvetica-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Reset semantic elements to behave like divs */
article, header, main, time, address {
    display: block;
}

address {
    font-style: normal;
}

h3.entry-title,
h3.entry-subtitle {
    font-size: inherit;
    margin: 0;
}

.skills-list {
    list-style: none;
}

.flag {
    width: 21px;
    height: 13px;
    vertical-align: middle;
    margin-right: 8px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

body {
    font-family: 'Helvetica', Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    padding: 55px 34px;
    max-width: 890px;
    margin: 0 auto;
    line-height: 1.618;
}

header {
    margin-bottom: 55px;
    padding-bottom: 34px;
    border-bottom: 1px solid #000000;
}

h1 {
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.subtitle {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 21px;
    letter-spacing: 1px;
}

.contact {
    font-size: 13px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contact span {
    background-color: #000000;
    color: #ffffff;
    padding: 8px 13px;
    border-radius: 100px;
}

.contact a {
    color: inherit;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}

section {
    margin-bottom: 55px;
}

h2 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 21px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #000000;
    color: #ffffff;
    padding: 13px 21px;
    display: inline-block;
    border-radius: 0;
}

.entry {
    margin-bottom: 34px;
    padding-left: 21px;
    border-left: 2px solid #fccc0a;
}

.entry-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    border: none;
}

.entry-title {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-date {
    font-weight: bold;
    font-size: 11px;
    background-color: #000000;
    color: #ffffff;
    padding: 5px 13px;
    border-radius: 100px;
    letter-spacing: 0.5px;
}

.entry-subtitle {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 8px;
    color: #000000;
}

.entry-description {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.618;
    color: #000000;
    margin-bottom: 8px;
}

.skills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skill-item {
    font-size: 11px;
    font-weight: bold;
    padding: 8px 13px;
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.skill-item:before {
    content: none;
}

ul {
    list-style: none;
    padding-left: 0;
}

li {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
    padding-left: 21px;
    position: relative;
    color: #000000;
}

li:before {
    content: "→";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #000000;
    font-size: 13px;
    top: 0;
}

.print-button {
    position: fixed;
    top: 21px;
    right: 21px;
    padding: 13px 21px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 11px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
}

.print-button:hover {
    background-color: #333333;
    color: #ffffff;
}

@media print {
    body {
        padding: 20px;
        background-color: #ffffff;
        color: #000000;
    }
    .print-button {
        display: none;
    }
    h2 {
        background-color: #000000;
        color: #ffffff;
    }
    .entry {
        border-left-color: #000000;
    }
    .entry-subtitle {
        color: #000000;
    }
    .entry-description, li {
        color: #000000;
    }
    li:before {
        color: #000000;
    }
}

.cv-footer {
    text-align: center;
    padding: 34px 0;
    margin-top: 21px;
    border-top: 1px solid #cccccc;
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    color: #999999;
}

.cv-footer p {
    font-weight: 300;
    margin: 0;
}
