/* Your page's custom styles. Everything below is commented out, so the site's
 * default theme applies until you start editing.*/

/*
:root {
    --color-primary: #0bda51;
    --color-secondary: #0bda51;
    --color-accent: #0bda51;

    --bg-primary: #0C1713;
    --bg-secondary: #230903;

    --text-primary: #D9D0DE;
    --text-secondary: #65655E;
    --text-accent: #18A02C;

    --header-primary: #0bda51;
    --header-secondary: #0bda51;
    --header-tertiary: #18A02C;
    --header-other: #0bda51;

    --link-color: #1d75d4;
    --link-hover: #5B3D8A;

    --border-primary: #0bda51;
    --border-secondary: #0bda51;
    --border-image: #230903;

    --code-color: #18A02C;
    --header-bg: #0C1713;
    --header-text: #D9D0DE;

    --font-headers: monospace;
    --font-body: monospace;
}
*/
