/*
Theme Name: Modelo Nefrologia Divi
Theme URI: https://www.medicina.uanl.mx/nefrologia/
Description: Child theme de Divi para replicar la linea visual del sitio modelo de Nefrologia.
Author: Facultad de Medicina UANL
Template: Divi
Version: 1.0.2
Text Domain: nefrologia-divi-base
*/

:root {
  --nefro-primary: #262583;
  --nefro-accent: #dfb044;
  --nefro-ink: #111111;
  --nefro-paper: #ffffff;
}

body {
  color: var(--nefro-ink);
}

a {
  color: var(--nefro-primary);
}

a:hover,
a:focus {
  color: var(--nefro-accent);
}

.et_pb_button,
.button,
button {
  transition: all 0.18s ease;
}
