@import url("https://fast.fonts.net/cssapi/2d81411e-ebdf-4380-b585-e39a8e9e923a.css");



 .ck-editor__editable {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'DIN Next LT W01 Regular';
}
.ck-editor__editable p {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'DIN Next LT W01 Regular';
    margin-bottom: 25px;
}
.ck-editor__editable a {
    color: #1b5749;
    text-decoration: none;
}
.ck-editor__editable a:hover {
    text-decoration: none;
}
.ck-editor__editable h1,
.ck-editor__editable h2,
.ck-editor__editable h3 {
    font-family: 'DIN Next LT W01 Bold';
    font-weight: normal;
}
.ck-editor__editable h1 {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 45px;
}
.ck-editor__editable h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
}
.ck-editor__editable h3 {
    font-size: 18px;
}

.ck-editor__editable b,
.ck-editor__editable strong {
  font-weight: normal;
  font-family: "DIN Next LT W01 Bold"; }


.ck-editor__editable.ck-content ul {
    padding:0;
    margin:0;
    list-style-type: none;
    margin-bottom: 25px;
}

.ck-editor__editable ul li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0.6rem;
}
.ck-editor__editable ul li:before {
    content: '\25CF';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #1b5749;
    font-size: 1.2rem;
}

.ck-editor__editable .button {
    color: white;
    background-color: #4d9992;
    padding: 8px 20px;
    transition: background-color 0.5s;
    text-decoration: none;
}
.ck-editor__editable .button:hover {
    background-color: transparent;
    border: 1px solid #66a8a2;
    color: #1b5749;
}
