@import url("https://fonts.googleapis.com/css2?family=Radio+Canada:wght@300;400;500;600;700&display=swap");

* {
    font-family: "Radio Canada", sans-serif;
}

html {
    font-size: 16px;
}



.fontSize-l {
    font-size: 2.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.blueFont {
    color: #2B3280;
}

p {
    font-size: 1.8rem;
    font-weight: lighter;
    line-height: 1.33;
    margin-bottom: 3rem;
    /*letter-spacing: 0.05em;*/
}

h2 {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;

}

h3,
h3 a {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: left;

}

h3 a:hover {
    text-decoration: underline;
    color: #2B3280;
}

h3 a:after {
    content: "\f08e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: 10px;
    color: #2B3280;
    font-size: 1.6rem;
}

.langToggler,
#dropdownMenuLink,
a.dropdown-item {
    font-size: 1.4rem;
}


@media (min-width: 1440px) and (max-width: 1920px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    html {
        font-size: 11px;
    }
}

@media (max-width: 375px) {
    html {
        font-size: 10px;
    }
}