/* Modulove Custom Black & White Color Scheme */
:root {
  --background: #000000 !important;
  --foreground: #ffffff !important;
  --accent: #ffffff !important;
}

[data-theme="dark"] {
  --background: #000000 !important;
  --foreground: #ffffff !important;
  --accent: #ffffff !important;
}

[data-theme="light"] {
  --background: #ffffff !important;
  --foreground: #000000 !important;
  --accent: #000000 !important;
}

/* Remove borders from images */
img {
  border: none !important;
  padding: 0 !important;
}

iframe[src*="youtube.com"] {
  border: none !important;
  padding: 0 !important;
}
