/*
Theme Name: Pressvik Naked Theme
Theme URI: https://pressvik.se
Author: Pressvik
Author URI: https://pressvik.se
Description: An ultra-lightweight, secure, and modern barebones WordPress theme built for Elementor and Gutenberg.
Version: 1.0.0
Text Domain: pressvik-naked
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready
*/

/* CSS Reset */
html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}