@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Lato:300,400,700");

      :root {
        --font: Open Sans;
        --alt-font: Lato;
        --accent-color: #8eb03e;
        --secondary-color: #3c5165;
        --link-color: #c26523;
        --accent-highlight-color: #42521d;
        --accent-highlight-background-color: #eef4e0;
        --accent-tinted-color-70: #dde7c5;
        --accent-tinted-color-80: #e8efd8;
        --accent-tinted-color-90: #f4f7ec;
        --accent-contrast-color: #111;
        --accent-contrast-tinted-background-color: #fff;
        --accent-hover-color: #708a31;
        --secondary-hover-color: #4f6b85;
        --secondary-contrast-color: #fff;
        --link-hover-color: #e49b67;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/a4d27284-b3cd-4137-a289-26f5ff8daa02/wo7vxcxsdtny-theame_bg_3.png'); background-attachment: fixed; background-size: cover; }

