﻿@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
         url('fonts/source-sans-pro-v21-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local(''), url('fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'),
         url('fonts/source-sans-pro-v21-latin-italic.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'),
         url('fonts/source-sans-pro-v21-latin-700.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    src: local(''), url('fonts/source-sans-pro-v21-latin-700italic.woff2') format('woff2'),
         url('fonts/source-sans-pro-v21-latin-700italic.woff') format('woff');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local(''), url(fonts/MaterialIcons-Regular.woff2) format('woff2'),
         url(fonts/MaterialIcons-Regular.woff) format('woff');
}

.material-icons {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
}