
	/* === PODSTAWOWE STYLE === */
	body {
		font-family: 'rubik', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		font-size: 16px;
		line-height: 1.6;
		color: #333333;
	}
	
	p {
		font-size: 16px;
		line-height: 30px;
		color: #333333;
	}
	
	
	
	

	
		h1 {
			font-family: 'rubik', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
			font-size: 32px;
			line-height: 1.2;
			color: #333333;
		}
		
		h2 {
			font-family: 'rubik', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
			font-size: 24px;
			line-height: 1.2;
			color: #333333;
		}
		
		h3 {
			font-family: 'rubik', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
			font-size: 24px;
			line-height: 1.2;
			color: #333333;
		}
		
		h4 {
			font-family: 'rubik', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
			font-size: 24px;
			line-height: 1.2;
			color: #333333;
		}
		
		h5 {
			font-family: 'rubik', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
			font-size: 24px;
			line-height: 1.2;
			color: #333333;
		}
		
		h6 {
			font-family: 'rubik', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
			font-size: 24px;
			line-height: 1.2;
			color: #333333;
		}
		
	/* === STYLE MENU === */
	.main-navigation a,
	.nav-menu a {
		font-family: 'rubik', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		font-size: 15px;
		font-weight: 300;
		font-style: normal;
		color: #ffffff;
		text-decoration: none;
		transition: color 0.3s ease;
	}
	
	.main-navigation a:hover,
	.nav-menu a:hover {
		color: #007acc;
	}
	
	/* === STYLE STOPKI === */
	.site-footer {
		font-family: 'rubik', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		font-size: 12px;
		color: #666666;
		line-height: 1.6;
	}
	

	
	/* === TOP BAR === */
	.top-bar {
		padding: 30px 0;
		font-size: 15px;
	}
	
	.top-bar-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.top-bar-left,
	.top-bar-right {
		display: flex;
		align-items: center;
		gap: 20px;
	}
	
	
	

	

	
	/* === LAYOUT === */
	
	
	
	.site-header .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	

	

	
	/* === RESPONSYWNOŚĆ === */
	@media (max-width: 768px) {
		
	}
	