:root{
/*Primary Colors*/
  --color-typo-basic:#333;
  --color-typo-light:#777;
  
  --color-primary-green:#2C913E;
  --color-primary-red:#C20223;
  --color-primary-yellow:#FEED02;
  
  --color-paprika-orange:#d96229;
  --color-sage-green:#72ab3e;
  --color-yellow-green:#a1c234;

  --color-grey-light:#efefef;
  --color-grey:#bbb;
  --color-shadow:#dfdfdfd9;
  --color-darkGrey:#333333;
  --color-error:#d43939;
  --color-success:#28bd14;
  --gap:2rem;
  --typo-font-family:"cantarellregular","Open Sans",sans-serif;
}
@font-face{
	font-family:'cantarellregular';
	src: url('/files/MKVPolymers2026/fonts/Cantarell-Regular-webfont.eot');
	src: url('/files/Layout_2021/fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('/files/MKVPolymers2026/fonts/Cantarell-Regular-webfont.woff') format('woff'),url('/files/MKVPolymers2026/fonts/Cantarell-Regular-webfont.ttf') format('truetype'),url('/files/Layout_2021/fonts/Cantarell-Regular-webfont.svg#cantarellregular') format('svg');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:'cantarellbold';
	src: url('/files/MKVPolymers2026/fonts/Cantarell-Bold-webfont.eot');
	src: url('/files/MKVPolymers2026/fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'),url('/files/MKVPolymers2026/fonts/Cantarell-Bold-webfont.woff') format('woff'),url('/files/Layout_2021/fonts/Cantarell-Bold-webfont.ttf') format('truetype'),url('/files/MKVPolymers2026/fonts/Cantarell-Bold-webfont.svg#cantarellbold') format('svg');
	font-weight:bold;
	font-style:normal;
	font-display:swap;
}

@font-face {
  font-family: 'FontAwesomeBrand';
  font-style: normal;
  font-weight: 400;
  font-display:swap;
  src: url('../webfonts/fa-brands-400.eot'); /* IE9 Compat Modes */
  src: local('Font Awesome Brand'), local('Font Awesome-Brand'),
       url('/files/MKVPolymers2026/fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/MKVPolymers2026/fonts/fa-brands-400.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/MKVPolymers2026/fonts/fa-brands-400.woff') format('woff'), /* Modern Browsers */
       url('/files/MKVPolymers2026/fonts/fa-brands-400.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/MKVPolymers2026/fonts/fa-brands-400.svg#FontAwesome') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display:swap;
  src: url('../webfonts/fa-regular-400.eot'); /* IE9 Compat Modes */
  src: local('Font Awesome Regular'), local('Font Awesome-Regular'),
       url('/files/MKVPolymers2026/fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/MKVPolymers2026/fonts/fa-regular-400.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/MKVPolymers2026/fonts/fa-regular-400.woff') format('woff'), /* Modern Browsers */
       url('/files/MKVPolymers2026/fonts/fa-regular-400.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/MKVPolymers2026/fonts/fa-regular-400.svg#FontAwesome') format('svg'); /* Legacy iOS */
}