﻿



/* ###########################################################################################
   #                                        MONSERRAT                                        #
   #                    https://fonts.googleapis.com/css?family=Montserrat                   #
   ###########################################################################################*/
@font-face {
  font-family: 'Montserrat';
  src: url(../FONTS/Montserrat/Montserrat.ttf);
}
/* ###########################################################################################*/





/* ###########################################################################################
   #                                          LATO                                           #
   #                       https://fonts.googleapis.com/css?family=Lato                      #
   ###########################################################################################*/
@font-face {
  font-family: 'Lato';
  src: url(../FONTS/Lato/LatoRegular.ttf);
}
/* ###########################################################################################*/





/* ###########################################################################################
   #                                        VLADIMIR                                         #
   #                             https://www.onlinewebfonts.com/                             #
   ###########################################################################################*/
/*
@font-face {font-family: "Vladimir Script";
    src: url("http://db.onlinewebfonts.com/t/16ec6f04859822f03cf13eb919302dd1.eot");
    src: url("http://db.onlinewebfonts.com/t/16ec6f04859822f03cf13eb919302dd1.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/16ec6f04859822f03cf13eb919302dd1.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/16ec6f04859822f03cf13eb919302dd1.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/16ec6f04859822f03cf13eb919302dd1.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/16ec6f04859822f03cf13eb919302dd1.svg#Vladimir Script") format("svg");
}
*/
@font-face {
	font-family: 'Vladimir Script';
	src: url(../FONTS/Vladimir/VladimirScript.ttf);
}
/* ###########################################################################################*/





/* ###########################################################################################
   #                                      COURRIER NEW                                       #
   ###########################################################################################*/
@font-face {
	font-family: 'policePiedPage';
	/*font-style: normal;
	font-weight: normal;*/
	src: url(../FONTS/CourrierNew/CourierNewRegular.ttf);
}
@font-face {
	font-family: 'policePiedPage';
	font-style: italic;
	/*font-weight: normal;*/
	src: url(../FONTS/CourrierNew/CourierNewItalic.ttf);
}
@font-face {
	font-family: 'policePiedPage';
	/*font-style: normal;*/
	font-weight: bold;
	src: url(../FONTS/CourrierNew/CourierNewBold.ttf);
}
@font-face {
	font-family: 'policePiedPage';
	font-style: italic;
	font-weight: bold;
	src: url(../FONTS/CourrierNew/CourierNewBoldItalic.ttf);
}
/* ###########################################################################################*/





