@font-face {
    font-family: 'avenir';
    src: url('/content/fonts/AvenirNextCondensed.ttf');
}

@font-face {
    font-family: 'avenirb';
    src: url('/content/fonts/AvenirNextCondensed-Bold.otf');
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'avenir';
    font-size: 14pt;
    -webkit-font-smoothing: antialiased;
    background-color: rgba(255,255,255,1);
    color: #353535;
}

.coming-soon-regular {
    font-family: "Coming Soon", cursive;
    font-weight: 400;
    font-style: normal;
  }