/*
Theme Name: OWD
Theme URI: https://ometepewebdesigns.com
Author: Marlon Rivas
Author URI: https://ometepewebdesigns.com
Description: Tema oficial de Ometepe Web Designs.
Version: 1.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: owd
*/

/* Reset básico */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:Arial, Helvetica, sans-serif;
    background:#ffffff;
    color:#222;
    overflow-x:hidden;

}