﻿@charset "UTF-8";

@font-face {
    font-family: 'FCA Regular';
    src: url('../fonts/FCA-Fonts/FCA-Regular.eot');
    src: local('FCA Regular'), local('FCA-Regular'), 
        url('../fonts/FCA-Fonts/FCA-Regular.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/FCA-Fonts/FCA-Regular.woff') format('woff'),
        url('../fonts/FCA-Fonts/FCA-Regular.woff2') format('woff2'),
        url('../fonts/FCA-Fonts/FCA-Regular.ttf') format('truetype'),
        url('../fonts/FCA-Fonts/FCA-Regular.svg#FCA-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FCA-Font - Bold */
@font-face {
    font-family: 'FCA Bold';
    src: url('../fonts/FCA-Fonts/FCA-Bold.eot');
    src: local('FCA Bold'), local('FCA-Bold'), 
        url('../fonts/FCA-Fonts/FCA-Bold.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/FCA-Fonts/FCA-Bold.woff') format('woff'), 
        url('../fonts/FCA-Fonts/FCA-Bold.woff2') format('woff2'), 
        url('../fonts/FCA-Fonts/FCA-Bold.ttf') format('truetype'), 
        url('../fonts/FCA-Fonts/FCA-Bold.svg#FCA-Bold') format('svg');
    font-style: normal;
    font-weight: bold;
}
