@font-face {
  font-family: 'DSIndigo-Regular';
  src: url('https://www.docusign.com/themes/custom/cubic/build/asset/font/DSIndigo-Regular.woff2')
      format('woff2'),
    url('https://www.docusign.com/themes/custom/cubic/build/asset/font/DSIndigo-Regular.woff')
      format('woff');
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: 'DSIndigo-Medium';
  src: url('https://www.docusign.com/themes/custom/cubic/build/asset/font/DSIndigo-Medium.woff2')
      format('woff2'),
    url('https://www.docusign.com/themes/custom/cubic/build/asset/font/DSIndigo-Medium.woff')
      format('woff');
  font-weight: 500;
  font-display: auto;
}

@font-face {
  font-family: 'DSIndigo-Bold';
  src: url('https://www.docusign.com/themes/custom/cubic/build/asset/font/DSIndigo-Bold.woff2')
      format('woff2'),
    url('https://www.docusign.com/themes/custom/cubic/build/asset/font/DSIndigo-Bold.woff')
      format('woff');
  font-weight: 700;
  font-display: auto;
}

html {
  font-family: 'DSIndigo-Regular', Helvetica, Arial, sans-serif;
}

body {
  margin: 0;
  padding: 10px 35px;
}

p {
  color: #666;
  margin: 0 0 1em 0;
}

strong,
b {
  font-family: 'DSIndigo-Bold', sans-serif;
}

a {
  text-decoration: none;
}

a,
a:hover,
a:visited {
  color: #357eeb;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

h1,
.h1,
h2,
.h2 {
  color: #1b49a0;
}

h2,
.h2 {
  font-size: 26px;
  line-height: 1.25;
  margin: 30px 0 10px;
}

@media (min-width: 43.75em) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

@media (min-width: 56.25em) {
  h2,
  .h2 {
    font-size: 28px;
    margin: 0 0 29px;
  }
}

h3,
h4 {
  color: #333;
  font-family: 'DSIndigo-Medium', Helvetica, Arial, sans-serif;
}

h3 {
  font-size: 22px;
  line-height: 24px;
  margin: 30px 0 10px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 50px;
  }
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 11px;
}

li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #666;
}
