:root {
    --theme-tab-colour: var(--darkest-red);
    --theme-tab-hover-colour: var(--red);
    --theme-heading-colour: var(--dark-red);
    --theme-link-colour: var(--red);
    --theme-link-visited-colour: var(--dark-red);
    --theme-link-hover-colour: var(--bright-red);
    --theme-checkbox-colour: var(--checklist-checkbox-colour);
    --tag-background-colour: var(--light-red-grey);
}

/* Frame (iframe) styling */
.checklist-frame {
    width: 100%;
    height: 600px;
    border: 2px solid #ccc;
    border-radius: 4px;
    margin: 10px 0;
}
