/*----------------------------------------------*\
    GLOBAL
	======

	@package tendingroots

\*----------------------------------------------*/
/*----------------------------------------------*\
    COMPONENTS
	==========

	@package tendingroots

\*----------------------------------------------*/
/* 
 *
 * / Variables
------------------------------------------------*/
/* Colors */
/* Widths */
/* 400px */
/* 600px */
/* 700px */
/* 800px */
/* 1000px */
/* 1400px */
/* 1800px */
/* Margins & Padding */
/* small, >750, >1100, >1500 */
/* Fonts */
/* 
 *
 * / Mixins
------------------------------------------------*/
/* 
 *
 * 1./  
------------------------------------------------*/
@keyframes fade-bg {
  0% {
    background-image: none; }
  100% {
    background-image: linear-gradient(180deg, #E4EEC4 0%, #ffffff 100%); } }
/* line 25, ../src/global.scss */
body {
  font-family: "CooperLtBTWXX-Light", serif;
  background-color: #E4EEC4;
  /*background-image: linear-gradient(180deg, $gradient-green 0%, #ffffff 100%);*/
  background-repeat: no-repeat;
  /*animation: fade-bg 0.2s;*/
  /*html:lang(ne) & {
  	font-family: $sans-ne;
  }*/ }

/* line 38, ../src/global.scss */
.typography p {
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.4; }
  @media screen and (min-width: 37.5em) {
    /* line 38, ../src/global.scss */
    .typography p {
      font-size: 1.125em; } }
  @media screen and (min-width: 62.5em) {
    /* line 38, ../src/global.scss */
    .typography p {
      font-size: 1.25em; } }
  /* line 50, ../src/global.scss */
  .typography p strong {
    font-family: "CooperMdBTWXX-Medium", serif; }
/* line 54, ../src/global.scss */
.typography a {
  color: #000000;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
/* line 65, ../src/global.scss */
.typography ul {
  margin-left: 1em;
  margin-bottom: 1em;
  list-style: disc;
  font-size: 1em;
  line-height: 1.4; }
  @media screen and (min-width: 37.5em) {
    /* line 65, ../src/global.scss */
    .typography ul {
      font-size: 1.125em; } }
  @media screen and (min-width: 62.5em) {
    /* line 65, ../src/global.scss */
    .typography ul {
      font-size: 1.25em; } }
