h1, h2, h3, h4, h5, h6 {
    /* color: #ffaaff; */
    color: #3d94ff; /* furo */
}

body img {
    border-radius: 10px; 
}

body[data-theme="light"] img {
    border-radius: 10px; 
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

body[data-theme="dark"] img {
    border-radius: 10px; 
}

div.graphviz {
    display: flex;
    justify-content: center;
}

figure > figcaption > p > span.caption-text {    
    font-size: 10px; /* Change this value to the desired font size */
}

div.article-container article[role="main"] p:not(div.table-wrapper > table p):not(.sd-card-text):not(div.sd-text-center > p) {
    text-align: justify;
}

div.article-container article[role="main"] p span.caption-text {
    display: block;
    font-style: italic;
    text-align: center;
}

div.toc-tree {
    text-align: left;
}

div.article-container article[role="main"] div.table-wrapper > table > thead > tr > th > p {
    text-align: center;
}

/* Sensor Nodes vs General Purpose Computers table */
.right-align-columns-2345 tr td:nth-child(2),
.right-align-columns-2345 tr td:nth-child(3),
.right-align-columns-2345 tr td:nth-child(4),
.right-align-columns-2345 tr td:nth-child(5) {
    text-align: right;
}

/* Schedule table */
.right-align-columns-12 tr td:nth-child(1),
.right-align-columns-12 tr td:nth-child(2) {
    text-align: right;
}

/* Training Programme table */
.center-left-center tr td:nth-child(1),
.center-left-center tr td:nth-child(3) {
    text-align: center;
}
.center-left-center tr td:nth-child(2) {
    text-align: left;
}


/* For rubrics table */
.rubrics-table {
    text-align: left;
    font-size: x-small;
}
.rubrics-table th {
    vertical-align: middle;
}
.rubrics-table td {
    vertical-align: top;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.playpen-sans-400 {
    font-family: "Playpen Sans", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}

.admonition.dinowo {
    border-color: #ffaaff;
}
.admonition.dinowo > .admonition-title {
    background-color: rgb(255, 16, 240, 0.1);
    border-color: #ffaaff;
}
.admonition.dinowo > .admonition-title::before {
    background-color: transparent;
    content: '🦕';
    mask-image: none;
}


@font-face {
    font-family: "Code New Roman";
    src: url("fonts/Code New Roman-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Code New Roman";
    src: url("fonts/Code New Roman-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Code New Roman";
    src: url("fonts/Code New Roman-Italic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}

