/*
    - Name: "ckeditor.scss"
    - Description: "Add custom styles to CKEditor styles"
*/
/* Media query breakpoints */
@font-face {
  font-display: swap;
  font-family: "Alaska Light";
  font-style: normal;
  font-weight: 300;
  src: url("/themes/custom/alphega_theme/assets/fonts/alaska/Alaska-Light.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Alaska Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/alphega_theme/assets/fonts/alaska/Alaska-Regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Alaska Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/themes/custom/alphega_theme/assets/fonts/alaska/Alaska-Medium.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Alaska Semibold";
  font-style: normal;
  font-weight: 600;
  src: url("/themes/custom/alphega_theme/assets/fonts/alaska/Alaska-SemiBold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Alaska Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/alphega_theme/assets/fonts/alaska/Alaska-Bold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/themes/custom/alphega_theme/assets/fonts/icomoon/icomoon.tff") format("tff"), url("/themes/custom/alphega_theme/assets/fonts/icomoon/icomoon.eot?") format("eot"), url("/themes/custom/alphega_theme/assets/fonts/icomoon/icomoon.woff") format("woff");
}
h1, h2, h3, h4, h5, h6 {
  color: var(--text);
  margin: 0;
  font-family: var(--semi);
}

h1 {
  font-size: 2rem;
  line-height: 2.375rem;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.625rem;
    line-height: 3rem;
  }
}

h2 {
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}

h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: 0.00275rem;
}
@media (min-width: 576px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0.0035rem;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.00225rem;
}

p {
  color: var(--text);
  font-family: var(--regular);
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  p {
    font-family: var(--font-light);
  }
}
@media (min-width: 992px) {
  p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.item h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: 0.00275rem;
}
@media (min-width: 576px) {
  .item h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0.0035rem;
  }
}
@media (min-width: 992px) {
  .item h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.item ul, .item ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.item ul li, .item ol li {
  color: var(--text);
  font-family: var(--regular);
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  .item ul li, .item ol li {
    font-family: var(--font-light);
  }
}
@media (min-width: 992px) {
  .item ul li, .item ol li {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.item a {
  color: var(--primary-color);
}
.item a:hover {
  color: var(--text);
  text-decoration: none;
}
.item table {
  margin-bottom: 30px;
  padding: 10px;
  border: 2px solid var(--primary-color-200);
}
.item table thead {
  background-color: var(--text);
  color: var(--white);
  font-family: var(--regular);
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
}
@media (min-width: 576px) {
  .item table thead {
    font-family: var(--font-light);
  }
}
@media (min-width: 992px) {
  .item table thead {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.item table thead th {
  padding: 10px;
}
.item table tbody {
  color: var(--text);
  font-family: var(--regular);
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  .item table tbody {
    font-family: var(--font-light);
  }
}
@media (min-width: 992px) {
  .item table tbody {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.item table tbody tr:nth-child(odd) {
  background-color: var(--gray-100);
}
.item table tbody tr td {
  padding: 10px;
  float: none;
}
.item table .tablesaw-cell-label {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: var(--text);
  color: var(--white);
  font-weight: normal;
}
.item table .tablesaw-cell-content {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 10px;
}

p.small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
/*# sourceMappingURL=ckeditor.css.map */
