﻿@font-face {
    font-family: OpenSansLight;
    src: url("../Fonts/OpenSans/OpenSans-Light-webfont.woff") format("opentype");
    }

@font-face {
    font-family: OpenSansSemiBold;
    src: url("../Fonts/OpenSans/OpenSans-Semibold-webfont.woff") format("opentype");
    }

body {
    font-family:  Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #3d3d3d;
    }

    @media all and (max-width: 768px) {
        body { font-size: 17px; }
        }


.primary-title {
    font-size: 45px;
    line-height: 1;
    }

.secondary-title {
    font-size: 40px;
    line-height: 1;
    }

.tertiary-title {
    font-size: 30px;
    line-height: 1.5;
    }

.text--primary { color: #e6145f; }
.text--white { color: white; }

@media all and (max-width: 768px) {

    .primary-title { font-size: 28px; }
    .secondary-title { font-size: 24px; }
    .tertiary-title { font-size: 20px; }

    .text--primary--mobile {
        color: #e6145f;
    }
}

h1, h2, h3, h4, h5 {
    margin-bottom:20px;
    font-family: 'OpenSansLight', Verdana, Geneva, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 42px;
    font-family: 'OpenSansLight', Verdana, Geneva, sans-serif;
    color: #ef0079;
}

h2 {
    font-size: 24px;
    color: #0d9aff;
    margin-bottom: 15px !important;
}

h3 {
    font-size: 24px;
    color: #0d9aff;
    margin-bottom: 15px !important;
}

a {
    color: #e6145f;
}