/*
Theme Name:DiviChild1
Theme URI: http://art.aquabit.com/art/
Description: Divi special Child Theme
Author: aquabit
Author URI: http://aquabit.com
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

/* Basic Styles */
/* Body */
body {
        font-family: "Lato light", Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1.7em;
}






/* QUOTATION */
blockquote {
  font-family: "Noto Sans", "sans-serif";
  font-weight: 800;
  font-size: 22px;
  line-height: 100%;
  color: #171616;
  margin: 60px 0;
  position: relative;
}


