/*

Theme Name: Minimal

Theme URI: https://dimensiondesign.dk/minimal-theme

Author: Kevin Gøhler

Author URI: https://example.com

Description: A truly minimal blank theme for WordPress, ideal for rendering shortcodes on the front page with no headers, menus, or footers by default.

Version: 1.3

Requires at least: 5.0

Tested up to: 6.5

Requires PHP: 8.0

License: GNU General Public License v2 or later

License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: dd-theme-minimal

*/


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


body {

    margin:0;

}