/* 
  Theme Name: Ivana Jucowski Theme
  Author: Rafael Lacerda Busatta
  Author URI: https://lacerdadevelopment.com
  Description: A classic theme framework for all Lacerda Development projects.
  Version: 1.0.6
*/

/* Global Styles */
* {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  /* line-height: 30px !important; */
  letter-spacing: 0%;
}

p {
  margin: 0 !important;
}

:root {
  --ivana-accent-dark: #6c0b0f;
  --ivana-accent-soft: #b069a2;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Times New Roman', serif;
}

body {
  --primary-ligher: #b069a2;
  --primary-light: #563F51;
  --primary-main: linear-gradient(to right bottom, #b069a2, #a95485, #9e4168, #902f4b, #7f1e30, #791725, #73111a, #6c0b0f, #710c10, #760d11, #7c0f12, #811013);

  background-color: #f3f3f3;
}