@import url("text_options.css");
@import url("blocks.css");
@import url("styling.css");
@import url("layout.css");

:root {
    --text-color: #111;
    --background: #fff;
    --darker_background: #eee;

    --link-color: #68c;
    --quote-color: #ddd;
    --secondary-color: #d9a;

    --main-frame-color: #ccc;
    --body-color: #444;
    --body-image: url();

    font-family: serif;
    font-size: 17px;
}
