﻿@font-face {
  font-family: 'ProductSans';
  src: url('../Fonts/COMIC.TTF') format('truetype');
  /*src: url('../Fonts/COMICBD.TTF') format('truetype');*/
  /*src: url('../Fonts/COMICI.TTF') format('truetype');*/
  /*src: url('../Fonts/COMICZ.TTF') format('truetype');*/
  /*src: url('../Fonts/GEORGIA.TTF') format('truetype');*/
  /*src: url('../Fonts/GEORGIAB.TTF') format('truetype');*/
  /*src: url('../Fonts/GEORGIAI.TTF') format('truetype');*/
  /*src: url('../Fonts/GEORGIAZ.TTF') format('truetype');*/
  /*src: url('../Fonts/ITCKRIST.TTF') format('truetype');*/
  /*src: url('../Fonts/ProductSansRegular.TTF') format('truetype');*/
}
.Font {
  font-family: ProductSans;
}
.Font10 {
  font-family: ProductSans;
  font-size: 10px;
}
.Font12 {
  font-family: ProductSans;
  font-size: 12px;
}
.Font13 {
  font-family: ProductSans;
  font-size: 13px;
}
.Font14 {
  font-family: ProductSans;
  font-size: 14px;
}
.Font15 {
  font-family: ProductSans;
  font-size: 15px;
}
.Font16 {
  font-family: ProductSans;
  font-size: 16px;
}
.Font18 {
  font-family: ProductSans;
  font-size: 18px;
}
.Font20 {
  font-family: ProductSans;
  font-size: 20px;
}
.Font22 {
  font-family: ProductSans;
  font-size: 22px;
}
.Font25 {
  font-family: ProductSans;
  font-size: 25px;
}
.Font27 {
  font-family: ProductSans;
  font-size: 27px;
}
.Font29 {
  font-family: ProductSans;
  font-size: 29px;
}
.Font30 {
  font-family: ProductSans;
  font-size: 30px;
}
.Font32 {
  font-family: ProductSans;
  font-size: 32px;
}
.Font34 {
  font-family: ProductSans;
  font-size: 34px;
}
.FontBold {
  font-weight: bold;
}
.FontInherit {
  font-family: ProductSans;
  font-size: inherit !important;
}
.NormalLink {
  text-decoration: none;
}