/*----------------------------------------------*\
    BLOCK - Body Text
	=================

	@package delmonico

\*----------------------------------------------*/
/*----------------------------------------------*\
    COMPONENTS
	==========

	@package delmonico

\*----------------------------------------------*/
/*
 *
 * / Variables
------------------------------------------------*/
/* Colors */
/* Breakpoints */
/* Fonts */
/* line 11, ../../src/blocks/body-text.scss */
.body-text {
  font-family: "Cardo", serif;
  max-width: 55em; }
  /* line 15, ../../src/blocks/body-text.scss */
  .body-text p {
    font-size: 1.3em; }
    @media screen and (min-width: 45rem) {
      /* line 15, ../../src/blocks/body-text.scss */
      .body-text p {
        font-size: 1.5em; } }
  /* line 22, ../../src/blocks/body-text.scss */
  .body-text h2 {
    font-family: "Rubik", sans-serif;
    font-size: .8em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5em; }
  /* line 32, ../../src/blocks/body-text.scss */
  .body-text ul li {
    font-size: 1em;
    margin-bottom: .8em; }
    @media screen and (min-width: 45rem) {
      /* line 32, ../../src/blocks/body-text.scss */
      .body-text ul li {
        font-size: 1.2em; } }
    @media screen and (min-width: 70rem) {
      /* line 32, ../../src/blocks/body-text.scss */
      .body-text ul li {
        font-size: 1.4em; } }
  /* line 50, ../../src/blocks/body-text.scss */
  .body-text a {
    color: #000; }
