/*!
Theme Name: as
Theme URI: https://t.me/r_mich
Author: r_mich
Author URI: 
Description: Landing Page Theme
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.2
Text Domain: as
*/

/*--------------------------------------------------------------
# Reset & Base
--------------------------------------------------------------*/

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

html {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	padding: 20px 0;
}

.site-branding {
	display: inline-block;
}

.main-navigation {
	display: inline-block;
}

.main-navigation ul {
	list-style: none;
	display: flex;
	gap: 20px;
}

/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/

.site-main {
	padding: 40px 20px;
}

.entry-content {
	max-width: 1200px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	padding: 40px 20px;
	text-align: center;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

.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;
}
