@font-face {
    font-family: 'notosans';
    src: url('../fonts/NotoSans-Regular.woff2') format('woff2'),
        url('../fonts/NotoSans-Regular.woff') format('woff'),
        url('../fonts/NotoSans-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'notosans-thin';
    src: url('../fonts/NotoSans-Thin.woff2') format('woff2'),
        url('../fonts/NotoSans-Thin.woff') format('woff'),
        url('../fonts/NotoSans-Thin.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'notosans-extrabold';
    src: url('../fonts/NotoSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/NotoSans-ExtraBold.woff') format('woff'),
        url('../fonts/NotoSans-ExtraBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'notosans-light';
    src: url('../fonts/NotoSans-Light.woff2') format('woff2'),
        url('../fonts/NotoSans-Light.woff') format('woff'),
        url('../fonts/NotoSans-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'notosans-bold';
    src: url('../fonts/NotoSans-Bold.woff2') format('woff2'),
        url('../fonts/NotoSans-Bold.woff') format('woff'),
        url('../fonts/NotoSans-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'notosans-semibold';
    src: url('../fonts/NotoSans-SemiBold.woff2') format('woff2'),
        url('../fonts/NotoSans-SemiBold.woff') format('woff'),
        url('../fonts/NotoSans-SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'notosans-medium';
    src: url('../fonts/NotoSans-Medium.woff2') format('woff2'),
        url('../fonts/NotoSans-Medium.woff') format('woff'),
        url('../fonts/NotoSans-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'notosans-extralight';
    src: url('../fonts/NotoSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/NotoSans-ExtraLight.woff') format('woff'),
        url('../fonts/NotoSans-ExtraLight.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'notosans-black';
    src: url('../fonts/NotoSans-Black.woff2') format('woff2'),
        url('../fonts/NotoSans-Black.woff') format('woff'),
        url('../fonts/NotoSans-Black.ttf') format('truetype');
    font-display: swap;
}

/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  	font-family: 'Font Awesome 5 Free';
  	font-style: normal;
  	font-weight: 400;
  	src: url("../fonts/fa-regular-400.eot");
  	src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), 
  		url("../fonts/fa-regular-400.woff2") format("woff2"), 
  		url("../fonts/fa-regular-400.woff") format("woff"), 
  		url("../fonts/fa-regular-400.ttf") format("truetype"), 
  		url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  	font-family: 'Font Awesome 5 Free';
  	font-weight: 400;
}


@font-face {
  	font-family: 'Font Awesome 5 Free';
  	font-style: normal;
  	font-weight: 900;
  	src: url("../fonts/fa-solid-900.eot");
  	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
  		url("../fonts/fa-solid-900.woff2") format("woff2"), 
  		url("../fonts/fa-solid-900.woff") format("woff"), 
  		url("../fonts/fa-solid-900.ttf") format("truetype"), 
  		url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
}


