/*
 Theme Name:   RioMédica Child
 Theme URI:    https://rmedica.com.br/
 Description:  Tema filho para Blocksy com paleta azul–verde e ajustes de UI.
 Author:       RioMédica
 Template:     blocksy
 Version:      1.0.0
 Text Domain:  riomedica-child
*/

/* Ajustes leves de UI */
:root{
  --radius-2xl: 1.25rem;
}
.wp-block-button__link{
  border-radius: var(--radius-2xl);
  font-weight: 600;
}
.wp-block-image img{
  border-radius: 0.75rem;
}
.has-soft-shadow{
  box-shadow: 0 8px 24px rgba(16,24,40,.08);
}
*/