:root {

    --font-default: SuisseIntl-Regular, sans-serif;
    --font-heading: SuisseIntl-Regular, sans-serif;
    --font-highlight: SuisseIntl-Regular, sans-serif;
    --font-note: SuisseIntl-Regular, sans-serif;
    --font-accent: SuisseIntl-Regular, sans-serif;
    --font-code: monospace;
    --font-fantasy: fantasy;


    --size-tiny: 2px;
    --size-small: 5px;
    --size-smaller: 7px;
    --size-default: 10px;
    --size-larger: 15px;
    --size-large: 20px;
    --rel-size-x-s: 20rem;
    --rel-size-small: 24rem;
    --rel-size-medium: 28rem;
    --rel-size-large: 32rem;
    --rel-size-x-l: 36rem;
    --rel-size2-x-l: 42rem;
    --rel-size3-x-l: 48rem;
    --rel-size4-x-l: 56rem;
    --rel-size5-x-l: 64rem;
    --rel-size6-x-l: 72rem;
    --rel-size7-x-l: 80rem;
    --rel-size-full: 100%;
    --rel-size-prose: 65ch;
    --default-color: canvas;
    --default-text-color: #b88e77;
    --border-color: lightgray;
    --header-color: #0571ff30;
    --header-text-color: black;
    --accent-color: orange;
    --accent-text-color: #b88e77;
    --note-color: #ffffe0;
    --note-text-color: ;
    --surface-color: #f4ece3;
    --warning-color: #FFC107;
    --warning-text-color: black;
    --selection-color: highlight;
    --selection-text-color: highlightText;
    --hover-color: #A0A0A010;
    --hover-text-color: white;
    --stop-color: red;
    --stop-text-color: white;
    --go-color: green;
    --go-text-color: white;
    --accept-color: blue;
    --accept-text-color: white;
    --reject-color: red;
    --reject-text-color: white;
    --font-size-small: 0.8125em;
    --command-bg-color: #F0F0F0;
    --menu-bg-color: #808080;
    --menu-color: #F0F0F0;
    --link-color: #ac6f53
    --text-border-color: black;
    --primary-background: #dddddd23;
    --primary-color: gray;
    --primary-accent: #6145a9c9;
    --primary-accent-text: white;
    --primary-surface: #FFFFFFA0;
    --primary-surface-text: gray;
    --secondary-background: #00808050;
    --secondary-color: gray;
    --secondary-accent: #9ec93ca8;
    --secondary-accent-text: white;
    --secondary-surface: #FFFFFFA0;
    --secondary-surface-text: gray;
    --tertiary-background: #cfa55c87;
    --tertiary-color: gray;
    --tertiary-accent: #e17b42cf;
    --tertiary-accent-text: white;
    --tertiary-surface: #FFFFFFA0;
    --tertiary-surface-text: gray;
    --button-background: var(--hover-text-color);
    --button-text: var(--accent-text-color);
    --body-color: #dedede50;
}

body>[styler-layout=main] {
    color: #553a10;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;

}

input,
textarea,
select {
    color: inherit;
}

a {
    color: inherit;
}

a:hover {
    color: var(--hover-text-color);
    text-decoration: none;
}

[styler-element=link-button]:hover {

    text-decoration: none;

}

@keyframes animate {
    100% {
        transform: translate(-100%, 0);
    }
}