/*
Theme Name: Notable Hub
Theme URI: https://not-able.com/
Author: Notable
Description: Tema privado para el ecosistema multicliente Notable Hub.
Version: 1.0.2
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: notable-hub
*/

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
}

img,
video {
	max-width: 100%;
}
