/*
Theme Name: Jasmine THeme
Author: DesignIdeal
Description: Tema responsivo usando Foundation
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* ===================== */
/* === Estilo Global === */
/* ===================== */
html {
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: .8em;
}
body {
  background: #fff;
  color: #23262A;
  font-family: "museo-slab", serif;
  font-weight: 300;
  font-style: normal;
}

h1, h2 {
  font-family: "museo-slab", serif;
  font-weight: 700;
}

p, li, a, button {
  font-family: "museo-slab", serif;
  font-weight: 300;
}

ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}