/**
 * Aspekta
 * @version 2.000
 *
 * @link https://github.com/ivodolenc/aspekta
 *
 * @author Ivo Dolenc (c) 2022
 * @license Open Font License (OFL) v1.1
 *
 * Font Family: Aspekta
 * Font Styles: 50-1000 Normal
 */

@font-face {
    font-family: 'Aspekta';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/Aspekta-200.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Aspekta';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Aspekta-400.woff2') format('woff2');
}

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

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

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

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

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

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

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

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

.heart {
    display: inline-block;
    margin: 0 2px;
}

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

.divider {
    font-weight: 300;
}

.profile-contact h2 {
    font-size: var(--font-size-small);
    font-weight: 500;
    margin-top: var(--profile-top-margin);
}

.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-small);
    font-weight: 200;
}

.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;
}

span.bullet {
   display: inline !important;
   color: inherit;
   font-weight: 500;
}
