﻿.links__title {
    color: rgb(var(--grey));
    font-size: 1.35rem;
}

.link {
    display: block;
    margin: 0.5em 0;
}

.link::before {
    content: '\f15c';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 1.15rem;
    position: relative;
    top: 0.05rem;
    margin-right: 0.25em;
}

.link__title {
    font-weight: 700;
}
