/* Aviner Next Regular */

@font-face {
  font-family: 'Avenir Next'
    src: url ('https://21619917.fs1.hubspotusercontent-na1.net/hubfs/21619917/Font%20Files/AvenirNextLTPro-Regular.otf') format('otf');
} 

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
    font-family: 'Avenir Next'
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
  font-family: 'Avenir Next'
}

/* Anchors */

a {
  cursor: pointer;
    font-family: 'Avenir Next'
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
    font-family: 'Avenir Next'
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
    font-family: 'Avenir Next'
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
    font-family: 'Avenir Next'
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
    font-family: 'Avenir Next'
}

/* Code blocks */

pre {
  overflow: auto;
    font-family: 'Avenir Next'
}

code {
  vertical-align: bottom;
    font-family: 'Avenir Next'
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
    font-family: 'Avenir Next'
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
    font-family: 'Avenir Next'
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
    font-family: 'Avenir Next'
}