/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 3, 2021 */
@font-face {
    font-family: 'telegraph';
    src: url('../fonts/thetelegraph-regular-webfont.woff2') format('woff2'),
         url('../fonts/thetelegraph-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'telegraph';
    src: url('../fonts/thetelegraph-bold-webfont.woff2') format('woff2'),
         url('../fonts/thetelegraph-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}

:root {
    --main-purple: #8751A1;
    --dark-purple: #693782;
}

h1,h2,h3 {
    font-family: 'telegraph';
}

[class^="display-"] {
    font-weight: 700;
    color: var(--main-purple);
}

.text-primary {
    color: var(--main-purple) !important;
}

.btn-primary {
    background-color: var(--main-purple);
    border-color: var(--dark-purple);
}

.square:before{
    content: "";
    display: block;
    padding-top: 100%;  /* initial ratio of 1:1*/
    position: absolute;
}

.navbar-light .navbar-nav .nav-link.active {
    border-bottom: 2px solid var(--dark-purple);
    color: var(--dark-purple);
    font-weight: 700;
    padding-left: 5px;
}

@media (max-width: 768px) {
    .navbar-light .navbar-nav .nav-link.active {
        background-color: var(--dark-purple);
        color: white;
        font-weight: 700;
        padding-left: 5px;
    }
}