/* 
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2?v=1) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2?v=1) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.ck.ck-content, .ck.ck-heading-dropdown .ck.ck-button .ck-button__label {
    font-family: 'Poppins';
}
 */
.ck.ck-content {
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.ck.ck-content :is(p, h1, h2, h3, ol), .ck.ck-content[dir=ltr] ul {
    margin: 0;
    padding:0;
}
.ck.ck-content ol, .ck.ck-content[dir=ltr] ul {
    margin-left: 2rem;
}
.ck.ck-content :is(h1, h2, h3), .ck.ck-button[class*=my-h] .ck-button__label {
    font-weight: 700;
}
.ck.ck-content h1 {
    font-size: 1.875rem;
    line-height: calc(2.25 / 1.875);
}
.ck.ck-content h2 {
    font-size: 1.5rem;
    line-height: calc(2 / 1.5);
}
.ck.ck-content h3 {
    font-size: 1.25rem;
    line-height: calc(1.75 / 1.25);
}
.ck.ck-content p.lead {
    font-size: 1.25rem;
    line-height: calc(1.75 / 1.25);
    font-weight: 400;
}
.ck.ck-content a {
    --link-color:#60a5fa;
    text-decoration: underline;
}
.ck.ck-button.my-p .ck-button__label {
    font-size: 1rem;
}
.ck.ck-button.my-h1 .ck-button__label {
    font-size: 1.875rem;
}
.ck.ck-button.my-h2 .ck-button__label {
    font-size: 1.5rem;
}
.ck.ck-button.my-h3 .ck-button__label {
    font-size: 1.25rem;
}
.ck.ck-button.my-p-lead .ck-button__label {
    font-size: 1.25rem;
    font-weight: 400;
}