/* VTRVS Theme for Cinny */

/* Hide Cinny branding on splash */
[class*="SplashScreen"] svg,
[class*="SplashScreen"] h2,
[class*="powered-by"],
[class*="app-name"] {
  display: none !important;
}

/* Dark theme overrides */
:root {
  --tc-link: #c9a96e;
}
