/*
Theme Name: Canal Denuncias Theme
Theme URI: https://likeweb.cl
Author: Like Web
Author URI: https://likeweb.cl
Description: Tema personalizado para Canal de Denuncias, formularios públicos, seguimiento e ingreso corporativo.
Version: 1.0.0
Text Domain: canal-denuncias-theme
*/

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
}

.cdt-content p {
	margin-bottom: 1rem;
}

.cdt-content ul,
.cdt-content ol {
	margin-left: 1.25rem;
	margin-bottom: 1rem;
}

.cdt-content ul {
	list-style: disc;
}

.cdt-content ol {
	list-style: decimal;
}