﻿@font-face {
    font-family: 'Street 3';
    src: url('../../fonts/HandsetSansUI-Regular.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Street 3';
    src: url('../../fonts/HandsetSansUI-Regular.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Street 3';
    src: url('../../fonts/HandsetSansUI-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Street 3';
    src: url('../../fonts/HandsetSansUI-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Street 3';
    src: url("../../fonts/HandsetSansUI-Bold.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Street 3';
    src: url("../../fonts/HandsetSansUI-Bold.woff2") format("woff2");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Street 3';
    src: url("../../fonts/HandsetSansUI-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Street 3';
    src: url("../../fonts/HandsetSansUI-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: italic;
}
/*
@font-face {
    font-family: 'Street 3';
    src: url('../../fonts/StreetLCG3-Thin.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Street 3';
    src: url('../../fonts/StreetLCG3-ThinItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Street 3';
    src: url('../../fonts/StreetLCG3-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Street 3';
    src: url('../../fonts/StreetLCG3-BookItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Street 3';
    src: url("../../fonts/StreetLCG3-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Street 3';
    src: url("../../fonts/StreetLCG3-MediumItalic.woff2") format("woff2");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Street 3';
    src: url("../../fonts/StreetLCG3-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Street 3';
    src: url("../../fonts/StreetLCG3-BoldItalic.woff2") format("woff2");
    font-weight: 700;
    font-style: italic;
}
    */



body, html {
    font-family: 'Street 3' !important;
}

h2 {
    font-weight: 500;
    font-family: 'Street 3' !important;
}

select, textarea, select option {
    font-family: 'Street 3' !important;
    font-size: 16px;
}