@import url('/rosepine.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --background-colour: var(--rp-base-main);

    text-shadow: black 0 0 2px;

    color: var(--rp-text-main);
    
    font-size: large;

    font-family: "Inter", "Roboto", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    line-height: 1.3rem;

    text-align: justify;
    text-justify: auto;
}

ul,ol,dl {
    text-align: left;
}

p {
    margin: 1rem 0;
}

.shadow-dd dd {
    font-size: medium;
    color: var(--rp-muted-main);
}

.page-section {
    margin: 2rem 0;
}

dd {
    margin-inline-start: 10px;
}

body {
    background: var(--background-colour);

    margin: 0;
}

.ct {
    min-width: 80dvw;
    max-width: 100dvw;
    inline-size: 90%;
    max-inline-size: 10rem;
    min-height: 100dvh;
    min-block-size: 100dvh;
    margin: 0 auto;
    
    box-sizing: border-box;

    background-color: var(--rp-surface-main);

    padding: 0 2rem 0.5rem 2rem;
}

b, .bold {
    font-weight: 800;
}

.italic {
    font-style: italic;
}

.attention-underline {
    text-decoration: solid underline rgba(255, 0, 0, 0.9) 1px;
}

.disclaimer-text {
    font-size: medium;
    color: rgb(200, 200, 200);
}

.flex-heading {
    margin: 0;
    display: flex;
    align-items: last baseline;
    flex-wrap: wrap;
    row-gap: 0;
    column-gap: 10px;
}

.flex-heading * {
    margin: 0;
}

.flex-heading:first-child {
    flex: 0 0 auto;
}

.attention-box {
    font-size: medium;
    flex: none;
    height: fit-content;
    width:fit-content;
    text-align: center;
    padding: 4px;
    border: 1px solid rgba(255, 0, 0, 0.9);
}

h1, h2, h3 {
    text-decoration: solid underline var(--rp-iris-main) 2px;
    text-underline-offset: 7px;
    padding: 12px 0 8px 0;
}

details {
    margin: 1rem;
}

summary h1, summary h2, summary h3, summary h4 {
    display: inline;
}

.indentation {
    border-left: 0.25rem solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding-left: 0.5rem;
}

h1.title {
    text-align: center;

    font-size: 300%;

    padding: 1rem 0;
    margin: 1rem 0 3rem 0;

    text-decoration: double underline var(--rp-iris-main) 2px
}

input[type="checkbox"] {
    accent-color: var(--rp-iris-main);
}

a {
    color: #9ccfd8;
}

.rels {
    margin: 0.5dvh 5dvw;
    font-style: italic;
}
.rels p, ul {
    margin: 0;
}
.desc {
    color: gray;
    font-size: small;
    font-weight: 0;
}