/* ================================================== GLOBAL STYLES ================================================= */
/* ================================================================================================================== */
/* ========== TYPOGRAPHY ========== */
/* Icon Batch font import */
@font-face {
  font-family: 'proximanova';
  src: url('landing/fonts/proximanova-regular-webfont.eot');
  src: url('landing/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('landing/fonts/proximanova-regular-webfont.woff') format('woff'), url('landing/fonts/proximanova-regular-webfont.ttf') format('truetype'), url('landing/fonts/proximanova-regular-webfont.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Batch icon style */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: "proximanova","lucida grande", "lucida sans unicode", arial, helvetica, sans-serif;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 10pt;
}

input,
select,
textarea {
    font-family: "proximanova","lucida grande", "lucida sans unicode", arial, helvetica, sans-serif;
    font-size: 10pt;
}