:root {

    /* Fonts */
    --font-weight: 400;
    --font-size: 14px;
    --font-family: 'Lato', Arial, Helvetica, sans-serif;

    /* Links */
    --link-text-color: #9e1465;
    --link-font-family: inherit;
    --link-font-weight: inherit;
    --link-text-decoration: none;

    --link-hover-text-color: #9e1465;
    --link-hover-font-family: inherit;
    --link-hover-font-weight: inherit;
    --link-hover-text-decoration: underline;

    /* Background */
    --body-background: #fff;
    --header-background-color: #fff;
    --main-background: #fff;
    --content-background: #fff;

    /* Header */
    --header-display: none;
    --header-height: 110px;
    --header-border-bottom: 0;

    /* Footer */
    --footer-display: none;

    /* Content box */
    --content-border-right: 0;
    --content-border-left: 0;
    --content-padding: 0 40px;

    /* Pagination */
    --pagination-active-button-background: lightblue;
    --pagination-active-button-border: 1px solid #000;
    --pagination-active-button-text-color: #fff;

    --pagination-button-background: #fff;
    --pagination-button-border: 1px solid #000;
    --pagination-button-text-color: #000;

    /* Article */
    --article-title-font-size: 22px;
    --article-title-font-weight: 600;
    --article-title-font-family: inherit;
    --article-title-font-color: inherit;

    --article-metadata-font-size: 14px;
    --article-metadata-font-weight: inherit;
    --article-metadata-font-family: inherit;
    --article-metadata-font-color: #000;

    --article-social-icons-color: #bebebe;
    --article-social-icons-hover-color: #000;

    --article-text-font-size: 14px;
    --article-text-font-weight: inherit;
    --article-text-font-family: inherit;
    --article-text-font-color: #000;

}


