/* Custom Font 1 - https://fonts.googleapis.com/icon?family=Material+Icons */
@font-face {
    font-family: 'Material Icons';
    src: url('./material_icons/MaterialIcons-Regular.eot');
    src: local('Material Icons'), local('MaterialIcons-Regular'),
        url('./material_icons/MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'),
        url('./material_icons/MaterialIcons-Regular.woff2') format('woff2'),
        url('./material_icons/MaterialIcons-Regular.woff') format('woff'),
        url('./material_icons/MaterialIcons-Regular.ttf') format('truetype'),
        url('./material_icons/MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* Custom Font 2 - https://fonts.googleapis.com/css?family=Open+Sans */
@font-face {
    font-family: 'Open Sans';
    src: url('./opensans/OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('./opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('./opensans/OpenSans-Regular.woff2') format('woff2'),
        url('./opensans/OpenSans-Regular.woff') format('woff'),
        url('./opensans/OpenSans-Regular.ttf') format('truetype'),
        url('./opensans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}