/* FONTS */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(MaterialIcons-Regular.svg);
    src: url(MaterialIcons-Regular.woff) format('woff'), url(MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    src: url(fonts/Regular/OpenSans-Regular.svg);
    src: url(fonts/Regular/OpenSans-Regular.woff) format('woff'), url(fonts/Regular/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: bold;
    src: url(fonts/Bold/OpenSans-Bold.svg);
    src: url(fonts/Bold/OpenSans-Bold.woff) format('woff'), url(fonts/Bold/OpenSans-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/Semibold/OpenSans-Semibold.svg);
    src: url(fonts/Semibold/OpenSans-Semibold.woff) format('woff'), url(fonts/Semibold/OpenSans-Semibold.ttf) format('truetype');
}

@font-face {
    font-family: 'RwWidgets';
    font-weight: normal;
    font-style: normal;
    src: url(react-widgets/fonts/rw-widgets.eot);
    src: url(react-widgets/fonts/rw-widgets.eot?#iefix&v=4.1.0) format("embedded-opentype"), 
    url(react-widgets/fonts/rw-widgets.woff) format("woff"), url(react-widgets/fonts/rw-widgets.ttf) format("truetype"), 
    url(react-widgets/fonts/rw-widgets.svg#fontawesomeregular) format("svg"); }

@font-face {
    font-family: 'Inter';
    font-weight: 100;
    font-style: normal;
    src: url(react-widgets/fonts/Inter-Thin.otf) format("truetype");
}
@font-face {
    font-family: 'Inter';
    font-weight: 200;
    font-style: normal;
    src: url(react-widgets/fonts/Inter-ExtraLight.otf) format("truetype");
}
@font-face {
    font-family: 'Inter';
    font-weight: 300;
    font-style: normal;
    src: url(react-widgets/fonts/Inter-Light.otf) format("truetype");
}
@font-face {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    src: url(react-widgets/fonts/Inter-Regular.otf) format("truetype");
}
@font-face {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    src: url(react-widgets/fonts/Inter-Medium.otf) format("truetype");
}
@font-face {
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    src: url(react-widgets/fonts/Inter-SemiBold.otf) format("truetype");
}
@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;
    src: url(react-widgets/fonts/Inter-Bold.otf) format("truetype");
}
@font-face {
    font-family: 'Inter';
    font-weight: 800;
    font-style: normal;
    src: url(react-widgets/fonts/Inter-ExtraBold.otf) format("truetype");
}



