:root {
    /* Primary theme color */
    --primary-color: #6c0ef2;
    /* Primary theme text color */
    --primary-text-color: #e9e9e9;
    --primary-text-color-over: #000;
    /* Primary theme link color */
    --primary-link-color: #F9BB2D;
    /* Secondary color: the background body color */
    --secondary-color: #e9e9e9;
    --secondary-text-color: #303030;
    /* Highlight text color of table of content */
    --toc-highlight-text-color: #d46e13;
    --toc-background-color: white;
    --code-color: #4a4a4a;
    --code-background-color: white;

    --shadow-color: #ddd;

    /* Font used for headers (h1 & h2) */
    --header-font-family: "Fira Sans", sans-serif;
    /* Font used for text */
    --text-font-family: "Fira Sans", sans-serif;
}

.goalposts--body {
    color: var(--secondary-text-color)
}

main {
    padding: 0
}