@font-face {
    font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap;
    src: url('/webfonts/Roboto/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap;
    src: url('/webfonts/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap;
    src: url('/webfonts/Roboto/Roboto-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap;
    src: url('/webfonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Nunito'; font-style: normal; font-weight: 200; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: normal; font-weight: 300; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: normal; font-weight: 400; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: normal; font-weight: 500; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: normal; font-weight: 600; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: normal; font-weight: 700; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: normal; font-weight: 800; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: normal; font-weight: 900; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: italic; font-weight: 200; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: italic; font-weight: 300; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: italic; font-weight: 400; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: italic; font-weight: 500; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: italic; font-weight: 600; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: italic; font-weight: 700; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: italic; font-weight: 800; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito'; font-style: italic; font-weight: 900; font-display: swap;
    src: url('/webfonts/Nunito/Nunito-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Material Icons'; font-style: normal; font-weight: 400; font-display: block;
    src: url('/webfonts/Material/material-icons.woff2') format('woff2');
}
.material-icons {
    font-family: 'Material Icons', sans-serif;
    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';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Material Symbols Outlined'; font-style: normal; font-weight: 100 700; font-display: block;
    src: url('/webfonts/Material/material-symbols-outlined.woff2') format('woff2');
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif;
    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';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}
