.checkmark-text {
  font-family: var(--font-inter);
}
.checkmark-text::before {
    content: '✓';
    color: var(--primary-color);
    font-size: 2rem;
    margin-right: 15px;
}
.bulletpoint::before {
    content: '○';
    color: var(--primary-color);
    font-size: 2rem;
    margin-right: 15px;
}
.download-link-blue:before {
    content: "\e025";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 15px;
}
.watchplay-link-blue:before {
    content: "\e029";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 15px;
}