@import url("https://fonts.googleapis.com/css2?family=PT+Mono&family=Pixelify+Sans:wght@400..700&display=swap");

html,
body,
.reveal {
    background: #000;
    color: #ffffff;
}

.reveal p,
ul,
li,
tr,
td,
th {
    font-size: 30px;
    color: #ffffff;
    font-family: "PT Mono", Arial, sans-serif;
    font-weight: 900;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
    font-family: "Fira Code", Arial, sans-serif;
    color: #00ff90;
    text-transform: none;
}

code,
pre code,
.hljs,
.reveal code,
pre,
tr,
td {
    font-family: "Fira Code", "Fira Mono", "Consolas", "Menlo", "Monaco",
        monospace;
    font-variant-ligatures: contextual;
    font-size: 20px;
    border-radius: 0.3em;
    font-weight: 400;
}

.accent {
    color: #00ff90;
    font-weight: bold;
}

.reveal .heading-title {
    font-family: "Pixelify Sans", Arial, sans-serif;
    font-weight: 900;
}

.reveal .heading-subtitle {
    color: white;
}

.block {
    display: flex;
    background-color: #000;
    border: 4px solid #00ff90;
    color: #fff;
    padding: 10px;
    font-weight: 900;
}

.pixel-font {
    font-family: "Pixelify Sans", Arial, sans-serif;
}

.badge {
    background-color: #00ff90;
    color: #000;
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 29px;
    font-family: "PT Mono", Arial, sans-serif;
}

.inline-code {
    background-color: #00ff90 !important;
    color: #000 !important;
    padding: 0px 5px !important;
    border-radius: 5px !important;
    font-weight: 900 !important;
    font-size: 29px !important;
    font-family: "Fira Code", Arial, sans-serif !important;
    display: inline-block !important;
}

.tech-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.tech-badge {
    border-radius: 8px;
    padding: 6px 16px;
    font-weight: 600;
}

.accent-underline {
    text-decoration: underline;
    text-decoration-color: #00ff90;
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
}

.accent-border {
    border: 3px solid #00ff90;
    border-radius: 8px;
    padding: 0px;
}

.fira-code {
    font-family: "Fira Code", Arial, sans-serif !important;
}