/*
CTC Separate Stylesheet
Updated: 2018-06-05 12:56:20
*/

/* pt-sans-regular - latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/pt-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('PT Sans'), local('PTSans-Regular'),
    url('./fonts/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/pt-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/pt-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('./fonts/pt-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/pt-sans-v9-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* cabin-regular - latin */
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/cabin-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Cabin'), local('Cabin-Regular'),
    url('./fonts/cabin-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/cabin-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/cabin-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('./fonts/cabin-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/cabin-v12-latin-regular.svg#Cabin') format('svg'); /* Legacy iOS */
}
/* cabin-700 - latin */
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/cabin-v12-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Cabin Bold'), local('Cabin-Bold'),
    url('./fonts/cabin-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/cabin-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/cabin-v12-latin-700.woff') format('woff'), /* Modern Browsers */
    url('./fonts/cabin-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/cabin-v12-latin-700.svg#Cabin') format('svg'); /* Legacy iOS */
}

body, button, input, select, textarea {
    font-family: "PT Sans";
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cabin";
    font-weight: 700;
}

#masthead .hgroup a {
color: #ffffff;
}
