/*!
 * Font Awesome 6.4.0 -- subset for this site only.
 * Icons: CC BY 4.0 | Fonts: SIL OFL 1.1 | Code: MIT -- https://fontawesome.com
 * Only the 17 glyphs this portfolio actually draws are included, self-hosted so
 * no third party sees a request on page load. Regenerate with scripts/ notes in
 * README if the markup starts using a new icon.
 */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('assets/fonts/fa-solid-900.subset.woff2') format('woff2');
}
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('assets/fonts/fa-regular-400.subset.woff2') format('woff2');
}
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('assets/fonts/fa-brands-400.subset.woff2') format('woff2');
}

.fa-solid,
.fa-regular,
.fa-brands {
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    font-feature-settings: normal;
    font-kerning: none;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-solid { font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.fa-regular { font-family: 'Font Awesome 6 Free'; font-weight: 400; }
.fa-brands { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }

.fa-arrow-down::before { content: '\f063'; }
.fa-arrow-left::before { content: '\f060'; }
.fa-arrow-right::before { content: '\f061'; }
.fa-arrow-up-right-from-square::before { content: '\f08e'; }
.fa-calendar::before { content: '\f133'; }
.fa-cube::before { content: '\f1b2'; }
.fa-cubes::before { content: '\f1b3'; }
.fa-envelope::before { content: '\f0e0'; }
.fa-file-arrow-down::before { content: '\f56d'; }
.fa-film::before { content: '\f008'; }
.fa-gear::before { content: '\f013'; }
.fa-github::before { content: '\f09b'; }
.fa-image::before { content: '\f03e'; }
.fa-linkedin::before { content: '\f08c'; }
.fa-paper-plane::before { content: '\f1d8'; }
.fa-play::before { content: '\f04b'; }
.fa-xmark::before { content: '\f00d'; }
