@font-face {
	font-family: "AvenirNextRegular";
	src: url("../fonts/AvenirNext-Regular.ttf");
}

@font-face {
	font-family: "AvenirNextDemi";
	src: url("../fonts/AvenirNext-DemiBold.ttf");
}

@font-face {
	font-family: "AvenirNextBold";
	src: url("../fonts/AvenirNext-Bold.ttf");
}

.color-light {
	color: rgba(255, 255, 255, 1) !important;
}

.color-lighter-grey {
	color: rgba(0, 0, 0, 0.3) !important;
}

.color-light-grey {
	color: rgba(0, 0, 0, 0.5) !important;
}

.color-grey {
	color: rgba(0, 0, 0, 0.7) !important;
}

.color-dark {
	color: rgba(0, 0, 0, 1) !important;
}

.color-lighter-white {
	color: rgba(255, 255, 255, 0.3) !important;
}

.color-light-white {
	color: rgba(255, 255, 255, 0.5) !important;
}

.color-white {
	color: rgba(255, 255, 255, 0.7) !important;
}

.color-blue {
	/* color: #2185d0 !important; */
	color: #0093e7 !important;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2 {
	/* font-family: "headers" !important; */
	font-weight: 600 !important;
}

h3,
h4,
h5,
h6,
.button {
	/* font-family: AvenirNextBold !important; */
	font-family: "Montserrat", sans-serif;
}

strong {
	/* font-family: AvenirNextDemi !important; */
	font-family: "Montserrat", sans-serif;
}

td,
th,
p {
	/* font-family: AvenirNextRegular, sans-serif !important; */
	font-family: "Montserrat", sans-serif;
}

.tab,
.item,
input {
	/* font-family: AvenirNextRegular, sans-serif !important; */
	font-family: "Montserrat", sans-serif;
}

html {
	font-size: 14px !important;
}

h1 {
	font-size: 3.33em !important;
}

h2 {
	font-size: 2.33em !important;
}

h3 {
	font-size: 2em !important;
}

h4 {
	font-size: 1.5em !important;
}

h5 {
	font-size: 1.33em !important;
}

h6 {
	font-size: 1.2em !important;
}

p {
	font-size: 1.2em !important;
	line-height: 1.5;
}

.font-bold {
	font-weight: 700 !important;
}

.ui.secondary.menu .active.item {
	background: rgba(171, 216, 255, 0.5);
}
