/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Licensed source verified in C:\www\afilnet\font-awesome.
 */
@font-face {
    font-family: 'Font Awesome 5 Duotone';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../webfonts/fa-duotone-900.woff2') format('woff2');
}

.fad {
    position: relative;
    font-family: 'Font Awesome 5 Duotone';
    font-weight: 900;
}

.fad::before {
    position: absolute;
    color: var(--fa-primary-color, inherit);
    opacity: var(--fa-primary-opacity, 1);
}

.fad::after {
    color: var(--fa-secondary-color, inherit);
    opacity: var(--fa-secondary-opacity, .4);
}

.fa-mug-marshmallows::before {
    content: "\f7b7";
}

.fad.fa-mug-marshmallows::after {
    content: "\10f7b7";
}
