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

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