:root {

    /* Fonts */
    /* Fonts */
    --font-weight: normal;
    --font-size: 13px;
    --font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;

    /* Links */
    --link-text-color: #337ab7;
    --link-font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    --link-font-weight: inherit;
    --link-text-decoration: none;

    --link-hover-text-color: #337ab7;
    --link-hover-font-family: inherit;
    --link-hover-font-weight: inherit;
    --link-hover-text-decoration: underline;

    /* Background */
    --body-background: #f6f3ed;
    --header-background-color:#5485D4;
    --main-background: #fff  url(/blog/templates/yahh.nl/assets/images/background.png);
    --content-background: #fff;

    /* Header */
    --header-display: block;
    --header-height: 80px;
    --header-border-bottom: 0;

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

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

    /* Pagination */
    --pagination-button-background: var(--header-nav-button-secondary-background);
    --pagination-button-border: var(--header-nav-button-secondary-border);
    --pagination-button-text-color: inherit;

    --pagination-active-button-background: var(--header-nav-button-primary-background);
    --pagination-active-button-border: var(--header-nav-button-primary-border);
    --pagination-active-button-text-color: #000;

    /* Article */
    --article-title-font-size: 36px;
    --article-title-font-weight: 500;
    --article-title-font-family: inherit;
    --article-title-font-color: rgb(51, 51, 51);

    --article-metadata-font-size: 14px;
    --article-metadata-font-weight: inherit;
    --article-metadata-font-family: inherit;
    --article-metadata-font-color: rgb(51, 51, 51);

    --article-social-icons-color: #5485d4;
    --article-social-icons-hover-color: rgb(51, 51, 51);

    --article-text-font-size: 14px;
    --article-text-font-weight: inherit;
    --article-text-font-family: inherit;
    --article-text-font-color: rgb(51, 51, 51);

}
