/* ===== Importar Fonte Lora ===== */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap');

/* ===== Aplicar Fonte ===== */
body,
h1, h2, h3, h4, h5, h6,
p, a, span,
button, input, textarea {
  font-family: 'Lora', serif !important;
 
}