:root {
    --color-text-base-muted: #AAA;
    --color-text-subdue: #127a8a;
}

body {
  color: hsl(0, 0%, 100%) !important;
}


iframe {
    border-radius: 5px;
}