/**
Navy: #00093b
Pink: ff00ff
Purple: 615ff6

book25
semibold25
bold 25(p)
Proxima Nova
**/

/**
* Typography
**/
.font-proxima-nova,
.font-proxima-nova *{
	font-family: "proxima-nova",sans-serif!important;
}

.font-sg-light,
.font-sg-light *{
	font-family: 'Sharp Grotesk Light'!important;
}

.font-sg-book,
.font-sg-book *{
	font-family: 'Sharp Grotesk Book'!important;
}

.font-sg-semibold,
.font-sg-semibold *,
.font-sg-light strong,
.font-sg-light strong *,
.font-sg-light b,
.font-sg-light b *{
	font-family: 'Sharp Grotesk SemiBold'!important;
}

.font-sg-bold,
.font-sg-bold *{
	font-family: 'Sharp Grotesk Bold'!important;
}

/**
* font-face
**/
@font-face {
	font-family: 'Sharp Grotesk Light';
	src: url(/wp-content/plugins/eg-custom-edits-clean/fonts/SharpGrotesk-Light25.otf);
}
@font-face {
	font-family: 'Sharp Grotesk Book';
	src: url(/wp-content/plugins/eg-custom-edits-clean/fonts/SharpGrotesk-Book25.otf);
}

@font-face {
	font-family: 'Sharp Grotesk SemiBold';
	src: url(/wp-content/plugins/eg-custom-edits-clean/fonts/SharpGrotesk-SemiBold25.otf);
}

@font-face {
	font-family: 'Sharp Grotesk Bold';
	src: url(/wp-content/plugins/eg-custom-edits-clean/fonts/SharpGrotesk-Bold25.otf);
}