/* Box sizing */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin */
* {
	margin: 0;
	padding: 0;
}

/* Smooth fonts */
html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Body defaults */
body {
	min-height: 100vh;
	line-height: 1.5;
	text-rendering: optimizeSpeed;
	font-family: "Segoe UI", sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
}

._container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Media elements */
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

/* Forms */
input,
button,
textarea,
select {
	font: inherit;
	color: inherit;
	background: none;
	border: none;
	outline: none;
}

/* Buttons */
button {
	cursor: pointer;
}

/* Links */
a {
	text-decoration: none;
	color: inherit;
}

/* Lists */
ul,
ol {
	list-style: none;
}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	line-height: 1.2;
}

/* Paragraph */
p {
	line-height: 1.6;
}

/* Prevent text overflow */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	overflow-wrap: break-word;
}

/* Remove animations for people who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}


@font-face {
	font-family: "Segoe UI";
	src: url("../fonts/segoeuithis.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Segoe UI";
	src: url("../fonts/segoeuithibd.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Segoe UI";
	src: url("../fonts/SegoeUIBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Segoe UI";
	src: url("../fonts/segoeuithisz.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}