/*
Theme Name: DC Circle
Theme URI: https://www.designcart.pl/laboratorium/231-dc-circle-darmowy-szablon-dla-woocommerce.html
Author: Paweł Nosko / Design Cart
Author URI: https://www.designcart.pl
Description: Custom WooCommerce theme for DC Circle.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dc-circle
Tags: e-commerce, custom-colors, custom-menu, featured-images, full-width-template, theme-options, translation-ready
Copyright: 2026 Design Cart. GNU General Public License v2 or later.
*/

html{
    margin: 0px;
    padding: 0px;
    max-width: 100vw;
}

body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

a, a:hover{
    text-decoration: none;
}

h1{
    font-size: 2.25rem;
}

h2{
    font-size: 1.8rem;
}

h3{
    font-size: 1.4rem;
}

h4{
    font-size: 1.2rem;
}

h5{
    font-size: 1.1rem;
}

h6{
    font-size: 1rem;
}

.container {
	max-width: 1600px !important;
}

/* WordPress core classes */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; margin-top: 0.5rem; }
.sticky { display: block; }
.gallery-caption { display: block; }
.bypostauthor { display: block; }
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
