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

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