
:root {
    --bs-body-font-family: "Roboto", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    --bs-body-font-weight: 300;
    --bs-body-font-weight-bold: 600;
    --bs-headings-font-family: "Roboto Condensed", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    --bs-headings-font-weight: 500;
    --bs-headings-font-weight-bold: 900;
    --bs-primary: 255, 26, 163;
    --bs-secondary: 255, 67, 26;
    --background_color: 23, 23, 23;
    --background_color_2: 238, 238, 238;
    --background_color_light: 39, 39, 39;
    --background_color_light_2: 255, 255, 255;
    --text_color: 255, 255, 255;
    --black_text: 36, 36, 36;
    --images_filter: multiply;
    --images_filter_2: luminosity;
    --button_border_radius: 2rem;
    --cards_border_radius: .75rem;
    --browser-cut-opacity: 0.4;
    --ck-border-radius: .75rem !important;
    --bs-gutter-x: 1.25rem;
}
.row {
  --bs-gutter-x: 1.25rem;
}
@media print {
  :root {
    --background_color: rgba(100,100,100,1);
    --text_color: rgba(0,0,0,1);
  }
}
