﻿@font-face {
    font-family: "ICPangeaText";
    src: url('/Content/Fonts/ICPangeaText-RegularWeb.woff2') format('woff2'), url('/Content/Fonts/ICPangeaText-Regular.ttf') format('truetype');
}

body,p {
    font-family: "ICPangeaText";
    letter-spacing:0.4px;

}
body, a {
    color: black
}

body, h1, h2, h3, p {
    margin: 0;
}

.hSection {
    text-align: center;
    margin-bottom: 2rem;
}

.xxlText {
    font-size: 40px;
    font-weight: 400;
}

.xlText {
    font-size: 24px;
}

.lgText {
    font-size: 20px;
}

.mdText {
    font-size: 18px;
}

.smText {
    font-size: 14px;
}

.semiBold {
    font-weight: 600;
}

.lightWeight{
 font-weight: 400;
}

body.modalOpen {
    overflow: hidden;
}