/*-------------------------------------------------------
Theme Name: Safe House Blogs
Theme URI: https://safehouse.fr
Description:
Author: Julie
Author URI: https://safehouse.fr
Template: Extra
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/

body {
  background: #ecf0f5;
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.75);
  font-family: 'Open Sans';
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3em;
  text-transform: uppercase;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}