@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&display=swap');

h1, h2, h3, h4, h6, .post-title, .navbar-brand {
  font-family: 'Lora', serif !important;
}

p, li, td, .post-description, .post-meta {
  font-family: 'Lora', serif !important;
}

:root {
  --global-theme-color: #6b8f6e;
  --global-hover-color: #3d5c42;
  --global-hover-text-color: #fff;
}