﻿/*### FONTS ###*/
@media screen {
@font-face {
	font-family:ozonos;
	font-style:normal;
	font-weight:normal;
	src: url("ozonos.otf") format("opentype");
}
@font-face {
	font-family:oswald;
	font-style:normal;
	font-weight:normal;
	src: url("oswald_regular.woff2");
}
@font-face{
	font-family:proxima;
	font-style:normal;
	font-weight:normal;
  src: url('proxima_light.woff2');
}
@font-face{
	font-family:proxima;
	font-style:italic;
	font-weight:normal;
  src: url('proxima_italic.woff2');
}
@font-face{
	font-family:proxima;
	font-style:normal;
	font-weight:600;
  src: url('proxima_bold.woff2');
}
@font-face{
	font-family:proxima;
	font-style:italic;
	font-weight:900;
  src: url('proxima_extrabold_italic.woff2');
}
@font-face{
	font-family:proxima;
	font-stretch:condensed;
	font-style:italic;
	font-weight:900;
  src: url('proxima_extracondensed_extrabold_italic.woff2');
}
}


body {
	--default-font-family:proxima;
	--default-font-size:14px;
	--titles-font-family:oswald;

}