@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

* {
    font-family: 'Share Tech Mono', monospace !important;
}

html, body {
    background-color: #0a0a0a !important;
}

.service-name, .service-description {
    color: #00ff41 !important;
    text-shadow: 0 0 6px #00ff41 !important;
}

.text-theme-500, .dark\:text-theme-300 {
    color: #00ff41 !important;
}

p, span, h1, h2, h3, a, div {
    color: #00ff41 !important;
}