@tailwind base;
@tailwind components;
@tailwind utilities;

.my-list-class {
    list-style-type: none;
    margin: 30px;
    line-height: 1.5;
    width: 240px;

}
.my-sublist-class {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.25;
}
.my-item-1 {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
}
.my-item-2 {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
}
.my-item-3 {
    font-size: 14px;
    padding: 0;
    transform: scale(0.9);
    font-weight: 300;
}
.my-item-4 {
    font-size: 12px;
    padding: 0;
    transform: scale(0.8);
    font-weight: 300;
}
.my-anchor-class {
    color: #6B7280;
    font-size: 100%;
    font-weight: unset;
    text-decoration: none;
}
#toc a.active {
    color: #781FF5;
    font-weight: 800;
}
