﻿@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto_300.eot");
    src: url("../fonts/roboto_300.eot#iefix") format("embedded-opentype"), url("../fonts/roboto_300.woff2") format("woff2"), url("../fonts/roboto_300.woff") format("woff"), url("../fonts/roboto_300.ttf") format("truetype"), url("../img/roboto_300.svg#robotolight") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto_400.eot");
    src: url("../fonts/roboto_400.eot#iefix") format("embedded-opentype"), url("../fonts/roboto_400.woff2") format("woff2"), url("../fonts/roboto_400.woff") format("woff"), url("../fonts/roboto_400.ttf") format("truetype"), url("../img/roboto_400.svg#robotoregular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto_500.eot");
    src: url("../fonts/roboto_500.eot#iefix") format("embedded-opentype"), url("../fonts/roboto_500.woff2") format("woff2"), url("../fonts/roboto_500.woff") format("woff"), url("../fonts/roboto_500.ttf") format("truetype"), url("../img/roboto_500.svg#robotomedium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto_500.eot");
    src: url("../fonts/roboto_500.eot#iefix") format("embedded-opentype"), url("../fonts/roboto_500.woff2") format("woff2"), url("../fonts/roboto_500.woff") format("woff"), url("../fonts/roboto_500.ttf") format("truetype"), url("../img/roboto_500.svg#robotomedium") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "bmicons";
    src: url("../fonts/bmicons_beta.eot");
    src: url("../fonts/bmicons_beta.eot#iefix") format("embedded-opentype"), url("../fonts/bmicons_beta.woff") format("woff"), url("../fonts/bmicons_beta.ttf") format("truetype"), url("../img/bmicons_beta.svg#untitled-font-%201") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Title';
    src: url('../fonts/fortunecookienf-webfont.eot');
    src: url('../fonts/fortunecookienf-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/fortunecookienf-webfont.woff2') format('woff2'), url('../fonts/fortunecookienf-webfont.woff') format('woff'), url('../fonts/fortunecookienf-webfont.ttf') format('truetype'), url('../img/fortunecookienf-webfont.svg#fortune_cookie_nfregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/material-icons.eot) format('eot'),
        url(../fonts/material-icons.ttf) format('truetype'),
        url(../fonts/material-icons.woff) format('woff'),
        url(../fonts/material-icons.woff2) format('woff2');
}

.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;
}

.close-icon {
    vertical-align: middle;
    fill: currentColor;
    overflow: hidden;
}