﻿
@font-face
{
    font-family:  'FontType1';
    /*src: url('../Fonts/SEGOEUISL.TTF') format('truetype');*/

    /*src: url('../Fonts/ProductSansRegular.TTF') format('truetype');*/

    src: url('../Fonts/ProductSansRegular.TTF') format('truetype');

}


.FontInherit 
{
    font-family:FontType1;
    font-size:inherit !important;
    font-weight: inherit !important;
}


.Font100 
{
    font-family:FontType1;
    font-size:100px;
}




.Font80 
{
    font-family:FontType1;
    font-size:80px;
}


.Font70 
{
    font-family:FontType1;
    font-size:70px;
}

.Font60 
{
    font-family:FontType1;
    font-size:60px;
}


.Font50 
{
    font-family:FontType1;
    font-size:50px;
}


.Font40 
{
    font-family:FontType1;
    font-size:40px;
}


.Font30 
{
    font-family:FontType1;
    font-size:30px;
    
}



.Font25
{
    font-family:FontType1;
    font-size:25px;
}

.Font20
{
    font-family:FontType1;
    font-size:20px;
}


.Font16
{
    font-family:FontType1;
    font-size:16px;
}


.Font15
{
    font-family:FontType1;
    font-size:15px;
}



.Font14
{
    font-family:FontType1;
    font-size:14px;
}


.Font13
{
    font-family: FontType1;
    font-size: 13px;
}

.Font12
{
    font-family:FontType1;
    font-size:12px;
}

.Font10
{
    font-family:FontType1;
    font-size:10px;
}




.Font8
{
    font-family:FontType1;
    font-size:8px;
}


.FontBold
{
    font-weight:bold;

}


e
{
    /*color:#499dd1;*/

    color:rgb(58, 143, 221);
}