﻿@font-face {
    font-family: MuseoSans;
    src: url("../Fonts/MuseoSans/MuseoSans-100.otf") format("opentype");
    }

body {
    font-family: MuseoSans;
    font-size: 18px;
    line-height: 1.5;
    color: #132f3a;
    }

    @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-top:20px;
    margin-bottom:10px;
    font-weight: normal;
}

a, a:visited {
    color: #e6145f;
    transition: color 0.25s ease;
}

a:hover {
    color: #000000;
}

.text--white a:hover {
    color: #ffccda!important;
}

.text--white a, .text--white a:visited {
    color: #ffffff;
}