/*
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;
}

@font-face {
	font-family: 'Lexend';
	src : url('assets/fonts/Lexend-Regular.woff2') format('woff2');
	font-weight : 400;
}

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

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