/*
Theme Name: Quantlabs
Author: T.Pyat
Description: A custom WordPress theme named Quantlabs
Version: 1.0
Text Domain: quantlabs
*/

body {
  font-family: 'Manrope', sans-serif;
	overflow-x: hidden;
	background: var(--bg);
}

.container {
  max-width: 1600px;
	width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

:root {
  --font-family: "Manrope", sans-serif;
  --second-family: "Inter", sans-serif;
  --third-family: "SF Pro Text", sans-serif;
  --bg: #02060F;
  --brand: #3390DB;
  --grey-text: #B2B2B2;
  --white: #fff;
}