﻿@font-face
{
    font-family: "Dosis-Book.ttf";
    src: url(Dosis-Book.ttf);
}
body
{
   background-color: #FAF4CE;
}

.main-heding
{
    font-family: "Dosis-Book.ttf" , Tahoma;
    color: #c72f00;
    font-size: 26px;
    text-shadow: 0px 0px 0px #ccc;
}
.heding
{
    font-family: "Dosis-Book.ttf";
    font-size: 18px;
    font-weight: bold;
    color: #c72f00;
}
.sub-heding
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #373737;
    line-height: 20px;
    letter-spacing: 0.06em;
}
.text
{
    font-family: Tahoma;
    font-size: 13px;
    color: #373737;
    line-height: 20px;
}
