/*
Theme Name: Konext
Theme URI: https://konext.com
Description: A modern WordPress theme for Konext
Version: 1.0.0
Author: Konext
Author URI: https://konext.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konext
Domain Path: /languages
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: border-box;
}
@font-face {
	font-family: 'Lexend';
	src : url('assets/fonts/Lexend-Thin.woff2') format('woff2');
	font-weight : 200;
}
@font-face {
	font-family: 'Lexend';
	src : url('assets/fonts/Lexend-Light.woff2') format('woff2');
	font-weight : 300;
}
@font-face {
	font-family: 'Lexend';
	src : url('assets/fonts/Lexend-Regular.woff2') format('woff2');
	font-weight : 400;
}
@font-face {
	font-family: 'Lexend';
	src : url('assets/fonts/Lexend-Medium.woff2') format('woff2');
	font-weight : 500;
}
@font-face {
	font-family: 'Lexend';
	src : url('assets/fonts/Lexend-SemiBold.woff2') format('woff2');
	font-weight : 600;
}
@font-face {
	font-family: 'Lexend';
	src : url('assets/fonts/Lexend-Bold.woff2') format('woff2');
	font-weight : 700;
}
@font-face {
	font-family: 'Lexend';
	src : url('assets/fonts/Lexend-ExtraBold.woff2') format('woff2');
	font-weight : 800;
}

@font-face {
	font-font: 'Collier';
	src : url("assets/fonts/Collier-Reguler.otf") format('otf');
	font-width: 400;
}

html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #333;
  line-height: 1.6;
	max-width: 100%;
	overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

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

/* Utility Classes */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
