:root {
    --color-text:#000;
    --current-font-family: Lora, serif;
    --only-background-color:#EFF8FA;
    --border-color :#222736;
    --color-pantone720 : #8c573a;
    --color-info : #a18262;
    --color-button :#344c44;
    --color-base-text : #1e1e1e;
    /*HOTEL CUIELO DE CEBRERO*/
    --border-color-custom :#ffffff;
    --color-text-title:#dfa974;
    --color-error: red;
    --border-radius: 5px;
    --color-text-disable : rgba(0, 0, 0, 0.2); /* Negro con opacidad */
    --color-green : #778e83;
    
  }

  
html {
  font-family: var(--current-font-family);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--current-font-family);
}

span{
  font-family: var(--current-font-family);
}

p{
  font-family: var(--current-font-family);
}
a{
  font-family: var(--current-font-family);
}