/*!
Theme Name: Moto46
Theme URI: http://underscores.me/
Author: Dogtronic
Author URI: https://dogtronic.io/
Description: Template for moto46
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moto46
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

moto46 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

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

input,
button,
a {
	display: inline-block;
	font-family: inherit;
	color: inherit;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

svg {
	display: block;
	width: 100%;
	height: 100%;
}