/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 26 2019 | 10:36:58 */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../woff2/helveticaneueltstd-bd.woff2') format('woff2'),
        url('../woff/helveticaneueltstd-bd.woff') format('woff'),
        url('../ttf/helveticaneueltstd-bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../woff2/helveticaneueltstd-roman.woff2') format('woff2'),
        url('../woff/helveticaneueltstd-roman.woff') format('woff'),
        url('../ttf/helveticaneueltstd-roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../woff2/helveticaneueltstd-lt.woff2') format('woff2'),
        url('../woff/helveticaneueltstd-lt.woff') format('woff'),
        url('../ttf/helveticaneueltstd-lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
::-moz-selection { /* Code for Firefox */
  color: white;
  background: black;
}

::selection {
  color: white;
  background: black;
}