:root {
    --global-bg-color: #fff;
    --global-code-bg-color: rgba(181,9,172,0.05);
    --global-text-color: #000;
    --global-text-color-light: #828282;
    --global-theme-color: #c9771a;
    --global-hover-color: #c9771a;
    --global-hover-text-color: #fff;
    --global-footer-bg-color: #1c1c1d;
    --global-footer-text-color: #e8e8e8;
    --global-footer-link-color: #fff;
    --global-distill-app-color: #828282;
    --global-divider-color: rgba(0,0,0,.1);
    --global-card-bg-color: #fff;
    --global-tip-block: #42b983;
    --global-tip-block-bg: #e2f5ec;
    --global-tip-block-text: #215d42;
    --global-tip-block-title: #359469;
    --global-warning-block: #e7c000;
    --global-warning-block-bg: #fff8d8;
    --global-warning-block-text: #6b5900;
    --global-warning-block-title: #b29400;
    --global-danger-block: #c00;
    --global-danger-block-bg: #ffe0e0;
    --global-danger-block-text: #600;
    --global-danger-block-title: #c00
}

:root .fa-sun {
    display: none
}

:root .fa-moon {
    padding-left: 10px;
    padding-top: 12px;
    display: block
}

html[data-theme=dark] {
    --global-bg-color: #1c1c1d;
    --global-code-bg-color: #2c3237;
    --global-text-color: #e8e8e8;
    --global-text-color-light: #e8e8e8;
    --global-theme-color: #2698ba;
    --global-hover-color: #2698ba;
    --global-hover-text-color: #fff;
    --global-footer-bg-color: #e8e8e8;
    --global-footer-text-color: #1c1c1d;
    --global-footer-link-color: #000;
    --global-distill-app-color: #e8e8e8;
    --global-divider-color: #424246;
    --global-card-bg-color: #212529;
    --global-tip-block: #42b983;
    --global-tip-block-bg: #e2f5ec;
    --global-tip-block-text: #215d42;
    --global-tip-block-title: #359469;
    --global-warning-block: #e7c000;
    --global-warning-block-bg: #fff8d8;
    --global-warning-block-text: #6b5900;
    --global-warning-block-title: #b29400;
    --global-danger-block: #c00;
    --global-danger-block-bg: #ffe0e0;
    --global-danger-block-text: #600;
    --global-danger-block-title: #c00
}

html[data-theme=dark] .fa-sun {
    padding-left: 10px;
    padding-top: 12px;
    display: block
}

html[data-theme=dark] .fa-moon {
    display: none
}

body {
    padding-bottom: 70px;
    color: var(--global-text-color);
    background-color: var(--global-bg-color)
}

body h1,body h2,body h3,body h4,body h5,body h6 {
    scroll-margin-top: 66px
}

body.fixed-top-nav {
    padding-top: 56px
}

.container {
    max-width: 800px
}

.profile img {
    width: 100%
}

p,h1,h2,h3,h4,h5,h6,em,div,li,span,strong {
    color: var(--global-text-color)
}

hr {
    border-top: 1px solid var(--global-divider-color)
}

table td,table th {
    font-size: 1rem
}

table th {
    font-weight: bold
}

a,table.table a {
    color: var(--global-theme-color)
}

a:hover,table.table a:hover {
    color: var(--global-theme-color);
    text-decoration: underline
}

a:hover:after :not(.nav-item.dropdown),table.table a:hover:after :not(.nav-item.dropdown) {
    width: 100%
}

.table-dark {
    background-color: rgba(0,0,0,0)
}

figure,img {
    max-width: 90vw
}

blockquote {
    background: var(--global-bg-color);
    border-left: 5px solid var(--global-theme-color);
    margin: 1.5em 0;
    padding: 1em;
    font-size: 1.2rem
}

blockquote p {
    margin-bottom: 0
}

.caption {
    font-size: .875rem;
    margin-top: .75rem;
    margin-bottom: 1.5rem;
    text-align: center
}

.card {
    background-color: var(--global-card-bg-color)
}

.card img {
    width: 100%
}

.card .card-title {
    color: var(--global-text-color)
}

.citation,.citation-number {
    color: var(--global-theme-color)
}

.profile {
    width: 100%
}

.profile .more-info {
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: monospace
}

.profile .more-info p {
    display: inline-block;
    margin: 0
}

.profile.float-right {
    margin-left: 1rem
}

@media(min-width: 576px) {
    .profile {
        width:30%
    }
}

.post-description {
    margin-bottom: 2rem;
    font-size: .875rem
}

.post-description a {
    color: inherit
}

.post-description a:hover {
    color: var(--global-theme-color);
    text-decoration: none
}

.navbar {
    box-shadow: none;
    border-bottom: 1px solid var(--global-divider-color);
    background-color: var(--global-bg-color);
    opacity: .95
}

.navbar .dropdown-menu {
    background-color: var(--global-bg-color);
    border: 1px solid var(--global-divider-color)
}

.navbar .dropdown-menu a:not(.active) {
    color: var(--global-text-color)
}

.navbar .dropdown-menu a:hover {
    color: var(--global-hover-color)
}

.dropdown-item {
    color: var(--global-text-color)
}

.dropdown-item:hover {
    color: var(--global-hover-color);
    background-color: var(--global-bg-color)
}

.navbar.navbar-light a:hover {
    text-decoration: none
}

.navbar.navbar-light .navbar-brand {
    color: var(--global-text-color)
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--global-text-color)
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: var(--global-hover-color)
}

.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: inherit;
    font-weight: bolder;
    color: var(--global-theme-color)
}

.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link:hover {
    color: var(--global-hover-color)
}

.navbar.navbar-light .navbar-brand.social {
    padding-bottom: 0;
    padding-top: 0;
    font-size: 1.7rem
}

.navbar.navbar-light .navbar-brand.social a i::before {
    color: var(--global-text-color);
    transition-property: all .2s ease-in-out
}

.navbar.navbar-light .navbar-brand.social a:hover i::before {
    color: var(--global-theme-color)
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--global-text-color);
    border-radius: 1px;
    margin-bottom: 4px;
    transition: all .2s
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}

.navbar-toggler .middle-bar {
    opacity: 0
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0)
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0)
}

#light-toggle {
    padding: 0;
    border: 0;
    background-color: inherit;
    color: var(--global-text-color)
}

#light-toggle:hover {
    color: var(--global-hover-color)
}

.social {
    text-align: center
}

.social .contact-icons {
    font-size: 2rem
}

.social .contact-icons a {
    text-decoration: none; /* Remove underline */
}

.social .contact-icons a i::before {
    color: var(--global-text-color);
    transition-property: all .2s ease-in-out
}

.social .contact-icons a:hover i::before {
    color: var(--global-theme-color)
    
}

.social .contact-note {
    font-size: .8rem
}

footer.fixed-bottom {
    background-color: var(--global-footer-bg-color);
    font-size: .75rem
}

footer.fixed-bottom .container {
    color: var(--global-footer-text-color);
    padding-top: 9px;
    padding-bottom: 8px
}

footer.fixed-bottom a {
    color: var(--global-footer-link-color)
}

footer.fixed-bottom a:hover {
    color: var(--global-theme-color);
    text-decoration: none
}

.cv {
    margin-bottom: 40px
}

.cv .card {
    background-color: var(--global-card-bg-color);
    border: 1px solid var(--global-divider-color)
}

.cv .card .list-group-item {
    background-color: inherit;
    border-color: var(--global-divider-color)
}

.cv .card .list-group-item .badge {
    color: var(--global-card-bg-color)!important;
    background-color: var(--global-theme-color)!important
}

.post-title h1 {
    color: var(--global-theme-color);
    font-size: 3rem
}

.post-list {
    margin: 0;
    margin-bottom: 40px;
    padding: 0
}

.post-list li {
    border-bottom: 1px solid var(--global-divider-color);
    list-style: none;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.post-list li .post-meta {
    color: var(--global-text-color-light);
    font-size: .875rem;
    margin-bottom: 0
}

.post-list li .post-tags {
    color: var(--global-text-color-light);
    font-size: .875rem;
    padding-top: .25rem;
    padding-bottom: 0
}

.post-list li a {
    color: var(--global-text-color);
    text-decoration: none
}

.post-list li a:hover {
    color: var(--global-theme-color)
}

.pagination .page-item .page-link {
    color: var(--global-text-color)
}

.pagination .page-item .page-link:hover {
    color: #000
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: var(--global-theme-color)
}

.pagination .page-item.active .page-link:hover {
    background-color: var(--global-theme-color)
}

.distill a:hover {
    border-bottom-color: var(--global-theme-color);
    text-decoration: none
}

.projects a {
    text-decoration: none
}

.projects a:hover .card-title {
    color: var(--global-theme-color)
}

.projects .card img {
    width: 100%
}

.projects .grid-item {
    width: 250px;
    margin-bottom: 10px
}

.projects h2.category {
    color: var(--global-text-color);
    border-bottom: 1px solid var(--global-divider-color);
    padding-top: .5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: right
}

.publications {
    margin-top: 2rem
}

.publications h1 {
    color: var(--global-theme-color);
    font-size: 2rem;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
}

.publications h2 {
    margin-bottom: 1rem
}

.publications h2 span {
    font-size: 1.5rem
}

.publications h2.bibliography {
    color: var(--global-divider-color);
    border-top: 1px solid var(--global-divider-color);
    padding-top: 1rem;
    margin-top: 2rem;
    margin-bottom: -2rem;
    text-align: right
}

.publications ol.bibliography {
    list-style: none;
    padding: 0;
    margin-top: 0
}

.publications ol.bibliography li {
    margin-bottom: 1rem
}

.publications ol.bibliography li .preview {
    width: 100%;
    min-width: 80px;
    max-width: 200px
}

.publications ol.bibliography li .abbr {
    height: 2rem;
    margin-bottom: .5rem
}

.publications ol.bibliography li .abbr abbr {
    display: inline-block;
    background-color: var(--global-theme-color);
    padding-left: 1rem;
    padding-right: 1rem
}

.publications ol.bibliography li .abbr abbr a {
    color: #fff
}

.publications ol.bibliography li .abbr abbr a:hover {
    text-decoration: none
}

.publications ol.bibliography li .abbr .award {
    color: var(--global-theme-color)!important;
    border: 1px solid var(--global-theme-color)
}

.publications ol.bibliography li .title {
    font-weight: bolder
}

.publications ol.bibliography li .author a {
    border-bottom: 1px dashed var(--global-theme-color)
}

.publications ol.bibliography li .author a:hover {
    border-bottom-style: solid;
    text-decoration: none
}

.publications ol.bibliography li .author>em {
    border-bottom: 1px solid;
    font-style: normal
}

.publications ol.bibliography li .author>span.more-authors {
    color: var(--global-text-color-light);
    border-bottom: 1px dashed var(--global-text-color-light);
    cursor: pointer
}

.publications ol.bibliography li .author>span.more-authors:hover {
    color: var(--global-text-color);
    border-bottom: 1px dashed var(--global-text-color)
}

.publications ol.bibliography li .links a.btn {
    color: var(--global-text-color);
    border: 1px solid var(--global-text-color);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-left: 0
}

.publications ol.bibliography li .links a.btn:hover {
    color: var(--global-theme-color);
    border-color: var(--global-theme-color)
}

.publications ol.bibliography li .badges {
    padding-bottom: .5rem
}

.publications ol.bibliography li .badges span {
    display: inline-block;
    color: #000;
    height: 100%;
    padding-right: .5rem;
    vertical-align: middle
}

.publications ol.bibliography li .badges span:hover {
    text-decoration: underline
}

.publications ol.bibliography li .hidden {
    font-size: .875rem;
    max-height: 0;
    overflow: hidden;
    text-align: justify;
    transition-property: .15s ease;
    -moz-transition: .15s ease;
    -ms-transition: .15s ease;
    -o-transition: .15s ease;
    transition: all .15s ease
}

.publications ol.bibliography li .hidden p {
    line-height: 1.4em;
    margin: 10px
}

.publications ol.bibliography li .hidden pre {
    font-size: 1em;
    line-height: 1.4em;
    padding: 10px
}

.publications ol.bibliography li .hidden.open {
    max-height: 100em;
    transition-property: .15s ease;
    -moz-transition: .15s ease;
    -ms-transition: .15s ease;
    -o-transition: .15s ease;
    transition: all .15s ease
}

.publications ol.bibliography li div.abstract.hidden {
    border: dashed 1px var(--global-bg-color)
}

.publications ol.bibliography li div.abstract.hidden.open {
    border-color: var(--global-text-color)
}

figure.highlight {
    margin: 0 0 1rem
}

pre {
    color: var(--global-theme-color);
    background-color: var(--global-code-bg-color);
    border-radius: 6px;
    padding: 6px 12px
}

pre pre,pre code {
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    margin-bottom: 0;
    padding: 0
}

code {
    color: var(--global-theme-color);
    background-color: var(--global-code-bg-color);
    border-radius: 3px;
    padding: 3px 3px
}

html.transition,html.transition *,html.transition *:before,html.transition *:after {
    transition: all 750ms!important;
    transition-delay: 0!important
}

.post .post-meta {
    color: var(--global-text-color-light);
    font-size: .875rem;
    margin-bottom: 0
}

.post .post-tags {
    color: var(--global-text-color-light);
    font-size: .875rem;
    padding-top: .25rem;
    padding-bottom: 1rem
}

.post .post-tags a {
    color: var(--global-text-color-light);
    text-decoration: none
}

.post .post-tags a:hover {
    color: var(--global-theme-color)
}

progress {
    position: fixed;
    left: 0;
    top: 56px;
    z-index: 10;
    width: 100%;
    height: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: rgba(0,0,0,0);
    color: var(--global-theme-color)
}

progress::-webkit-progress-bar {
    background-color: rgba(0,0,0,0)
}

progress::-webkit-progress-value {
    background-color: var(--global-theme-color)
}

progress::-moz-progress-bar {
    background-color: var(--global-theme-color)
}

.progress-container {
    width: 100%;
    background-color: rgba(0,0,0,0);
    position: fixed;
    top: 56px;
    left: 0;
    height: 5px;
    display: block
}

.progress-bar {
    background-color: var(--global-theme-color);
    width: 0;
    display: block;
    height: inherit
}

.code-display-wrapper {
    position: relative
}

.code-display-wrapper .copy {
    background: var(--global-card-bg-color);
    border-color: var(--global-bg-color);
    border-radius: .3rem;
    border-style: none;
    color: var(--global-text-color);
    font-size: medium;
    opacity: 0;
    position: absolute;
    right: .2rem;
    top: .2rem
}

.code-display-wrapper:active .copy,.code-display-wrapper:focus .copy,.code-display-wrapper:hover .copy {
    color: var(--global-hover-color);
    opacity: 1
}

nav[data-toggle=toc] {
    top: 5rem;
    position: sticky;
}

nav[data-toggle=toc] .nav .nav>li>a {
    font-size: .75rem
}

nav[data-toggle=toc] .nav>li>a {
    color: var(--global-text-color);
    font-size: .75rem
}

nav[data-toggle=toc] .nav>li>a:hover {
    color: var(--global-hover-color);
    border-left-color: var(--global-hover-color)
}

nav[data-toggle=toc] .nav-link.active {
    color: var(--global-theme-color);
    border-left-color: var(--global-theme-color);
    font-size: .75rem
}

nav[data-toggle=toc] .nav-link.active:hover {
    color: var(--global-hover-color);
    border-left-color: var(--global-hover-color)
}

@media(max-width: 576px) {
    nav[data-toggle=toc] {
        visibility:hidden;
        height: 0;
        top: 0
    }
}

#toc-sidebar {
    z-index: 1

}

d-byline {
    border-top-color: var(--global-divider-color)!important
}

d-byline h3 {
    color: var(--global-text-color)!important
}

d-byline a,d-article d-byline a {
    color: var(--global-text-color)!important
}

d-byline a:hover,d-article d-byline a:hover {
    color: var(--global-hover-color)!important
}

d-article {
    border-top-color: var(--global-divider-color)!important
}

d-article p,d-article h1,d-article h2,d-article h3,d-article h4,d-article h5,d-article h6,d-article li,d-article table {
    color: var(--global-text-color)!important
}

d-article h1,d-article h2,d-article hr,d-article table,d-article table th,d-article table td {
    border-bottom-color: var(--global-text-color)!important
}

d-article a {
    color: var(--global-theme-color)!important
}

d-article a:hover {
    color: var(--global-theme-color)!important
}

d-article b i {
    display: inline
}

d-article blockquote {
    border-left: 2px solid var(--global-theme-color)!important
}

d-article details {
    color: var(--global-text-color);
    background-color: var(--global-code-bg-color);
    margin-top: 0;
    padding: 8px 12px;
    position: relative;
    border-radius: 6px;
    display: block;
    margin-bottom: 20px;
    grid-column: text;
    overflow: auto;
    max-width: 100%
}

d-article details summary {
    color: var(--global-theme-color)
}

d-article details p {
    margin-top: .5rem;
    margin-bottom: .5rem
}

d-article d-footnote {
    scroll-margin-top: 66px
}

d-appendix {
    border-top-color: var(--global-divider-color)!important;
    color: var(--global-distill-app-color)!important
}

d-appendix h3,d-appendix li,d-appendix span {
    color: var(--global-distill-app-color)!important
}

d-appendix a,d-appendix a.footnote-backlink {
    color: var(--global-distill-app-color)!important
}

d-appendix a:hover,d-appendix a.footnote-backlink:hover {
    color: var(--global-hover-color)!important
}

table.table-cv {
    background-color: rgba(0,0,0,0)!important
}

p.location {
    font-size: .7rem;
    white-space: nowrap
}

i.iconinstitution {
    color: var(--global-theme-color);
    font-size: .95rem;
    margin-right: .3rem
}

table.institution {
    margin-bottom: 1rem
}

/* Icon style for the company */
i.icon-company {
    color: var(--global-theme-color); 
    font-size: .95rem;  
    margin-right: .3rem;  
}

/* Table styling for company row */
.table-cv.company {
    margin-bottom: 1rem;  /* Space below the table */
}

td.department {
    font-size: .8rem
}

div.list-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem
}

a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900)
}

.fa,.fa-solid,.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-solid {
    font-family: "Font Awesome 6 Free"
}

.fa-brands {
    font-family: "Font Awesome 6 Brands"
}

.fa-sm {
    font-size: .875em;
    line-height: .0714285718em;
    vertical-align: .0535714295em
}

@keyframes fa-beat {
    0%,90% {
        transform: scale(1)
    }

    45% {
        transform: scale(var(--fa-beat-scale,1.25))
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1,1) translateY(0)
    }

    10% {
        transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,0.9)) translateY(0)
    }

    30% {
        transform: scale(var(--fa-bounce-jump-scale-x,0.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-0.5em))
    }

    50% {
        transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,0.95)) translateY(0)
    }

    57% {
        transform: scale(1,1) translateY(var(--fa-bounce-rebound,-0.125em))
    }

    64% {
        transform: scale(1,1) translateY(0)
    }

    100% {
        transform: scale(1,1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity,0.4)
    }
}

@keyframes fa-beat-fade {
    0%,100% {
        opacity: var(--fa-beat-fade-opacity,0.4);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale,1.125))
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    8%,24% {
        transform: rotate(-18deg)
    }

    12%,28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,100% {
        transform: rotate(0)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fa-square-rss::before {
    content: ""
}

.fa-clipboard::before {
    content: ""
}

.fa-clipboard-check::before {
    content: ""
}

.fa-file-pdf::before {
    content: ""
}

.fa-tag::before {
    content: ""
}

.fa-envelope::before {
    content: ""
}

.fa-sun::before {
    content: ""
}

.fa-moon::before {
    content: ""
}

.fa-hashtag::before {
    content: "\#"
}

.fa-calendar::before {
    content: ""
}

.fa-building-columns::before {
    content: ""
}

.fa-buiding::before {
    content: "\f1ad"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.woff2") format("woff2"),url("../webfonts/fa-brands-400.ttf") format("truetype")
}

.fa-brands {
    font-weight: 400
}

.fa-linkedin:before {
    content: ""
}

.fa-github:before {
    content: ""
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2"),url("../webfonts/fa-solid-900.ttf") format("truetype")
}

.fa-solid {
    font-weight: 900
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.woff2") format("woff2"),url("../webfonts/fa-regular-400.ttf") format("truetype")
}
