﻿body {
}
@font-face {
	font-family: 'athena-font';
	src: url('/libs/athena-icons/fonts/athena-icons.woff2?version=1.0.0') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.font-menu {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'athena-font' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 40px !important;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.af {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'athena-font' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 40px !important;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.font {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'athena-font' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	float: left;
	margin-top: 4px;
	margin-left:4px;
	margin-right: 3px;
	margin-bottom: unset;
	font-size: 25px;
	text-decoration: none !important;
	color: var(--main-buttons-color);
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
.colorFont {
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	margin-top: 6px;
	margin-bottom: unset;
	font-size: 18px !important;
	text-decoration: none !important;
	color: var(--main-buttons-color) !important;
}

.afSelftest {
	font-family: 'athena-font' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 25px;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.div-main {
	display: table;
	margin: 0 auto;
}

.palo-alto:before {
	content: "\fa70";
}

.antivirus:before {
	content: "\fa71";
}
.file-type:before {
	content: "\fa73";
}
.file-info:before {
	content: "\fa72";
}
.virus-total:before {
	content: "\fa74";
}
.link-solid:before {
	content: "\fa75";
}
.heart-broken:before {
	content: "\fa76";
}
