﻿@import url('font-awesome/css/font-awesome.min.css');


@import url('open-sans-fontfacekit/web fonts/opensans_regular_macroman/stylesheet.css');
@import url('open-sans-fontfacekit/web fonts/opensans_bold_macroman/stylesheet.css');
@import url('open-sans-fontfacekit/web fonts/opensans_italic_macroman/stylesheet.css');
@import url('open-sans-fontfacekit/web fonts/opensans_semibold_macroman/stylesheet.css');

/* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url('google/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2') format('woff2');
}

.material-symbols-outlined, .material-symbols-outlined-small {
    font-family: 'Material Symbols Outlined';
    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;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined-small {
    font-size: 18px;
}