

@font-face {
    font-family: segments;
    src: url('../../assets/fonts/Segment7-4Gml.otf');
    font-weight:400;
}
@font-face {
    font-family: source-sans;
    src: url('../../assets/fonts/SourceSansPro-Regular.ttf');
}
@font-face {
    font-family: source-sans-semi;
    src: url('../../assets/fonts/SourceSansPro-SemiBold.ttf');
}
@font-face {
    font-family: source-sans-light;
    src: url('../../assets/fonts/SourceSansPro-Light.ttf');
}

  h1,h2,h3,h4,h5,h6 {
      font-family: source-sans, sans-serif;
  }

html,body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: source-sans-light, sans-serif;
    font-size:16px;
}

* {
    box-sizing: border-box;
}

canvas { outline: none; border: none; }

.highdiv {
    height: 100%;
}

.ctlsection {
    padding-top: 12px;
    padding-bottom: 12px;
}

