.ck-editor{
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000000;
    --bs-white: #fff;
    --bs-gray: #766b6b;
    --bs-gray-dark: #403b3b;
    --bs-gray-100: #f1efef;
    --bs-gray-200: #d8d5d5;
    --bs-gray-300: #c0baba;
    --bs-gray-400: #a89f9f;
    --bs-gray-500: #908484;
    --bs-gray-600: #766b6b;
    --bs-gray-700: #5b5353;
    --bs-gray-800: #403b3b;
    --bs-gray-900: #262222;
    --bs-primary: #003346;
    --bs-secondary: #0087ba;
    --bs-tertiary: #c44d12;
    --bs-quaternary: #6dab3a;
    --bs-success: #5cb85c;
    --bs-info: #319fc0;
    --bs-warning: #f0ad4e;
    --bs-danger: #d9534f;
    --bs-default: #3d3b3a;
    --bs-lighter: #f1efef;
    --bs-light: #d8d5d5;
    --bs-dark: #5b5353;
    --bs-darker: #403b3b;
    --bs-primary-rgb: 0, 51, 70;
    --bs-secondary-rgb: 0, 135, 186;
    --bs-tertiary-rgb: 239, 110, 45;
    --bs-quaternary-rgb: 109, 171, 58;
    --bs-success-rgb: 92, 184, 92;
    --bs-info-rgb: 49, 159, 192;
    --bs-warning-rgb: 240, 173, 78;
    --bs-danger-rgb: 217, 83, 79;
    --bs-default-rgb: 61, 59, 58;
    --bs-lighter-rgb: 240, 239, 239;
    --bs-light-rgb: 216, 212, 212;
    --bs-dark-rgb: 91, 82, 82;
    --bs-darker-rgb: 64, 58, 58;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 61, 59, 58;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Roboto Serif", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: "Roboto Serif";
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Roboto Serif;
    --bs-body-font-size: 1.05rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.7;
    --bs-body-color: #3d3b3a;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #c0baba;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 1rem;
    --bs-border-radius-sm: 1rem;
    --bs-border-radius-lg: 1rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #003346;
    --bs-link-hover-color: black;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fcf8e3;
}