@font-face {
    font-family: "Mint Grotesk";
    src: url(MintGroteskV1.0-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Mint Grotesk";
    src: url(MintGroteskItalicV1.0-Regular.woff) format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Mint Grotesk";
    src: url(MintGroteskV1.0-Medium) format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Mint Grotesk";
    src: url(MintGroteskV1.0-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: underline;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 800;
}

em {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(48, 48, 58);
    font-family: "Mint Grotesk", sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
}

h1 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.02em;
}
h2 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.02em;
}
h3 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
}
h4 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.01em;
}
h5 {
    font-size: 14px;
    line-height: 16px;
}
h6 {
    font-size: 12px;
    line-height: 14px;
}

@media (min-width: 720px) {
    h1 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.02em;
    }
    h2 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.02em;
    }
    h3 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.02em;
    }
    h4 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.02em;
    }
    h5 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.01em;
    }
    h6 {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.01em;
    }
}

p {
    font-style: normal;
    font-family:
        Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Ubuntu;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

p.xxlarge {
    font-family: "Mint Grotesk", sans-serif;
    font-size: 22px;
    line-height: 30px;
}
p.xlarge {
    font-family: "Mint Grotesk", sans-serif;
    font-size: 20px;
    line-height: 28px;
}
p.large {
    font-family: "Mint Grotesk", sans-serif;
    font-size: 18px;
    line-height: 26px;
}
p.medium {
    font-family:
        Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Ubuntu;
    font-size: 16px;
    line-height: 24px;
}
p.small {
    font-family:
        Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Ubuntu;
    font-size: 14px;
    line-height: 22px;
}
p.xsmall {
    font-family:
        Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Ubuntu;
    font-size: 12px;
    line-height: 20px;
}
@media (min-width: 720px) {
    p.xxlarge {
        font-size: 24px;
        line-height: 36px;
    }
    p.xlarge {
        font-size: 22px;
        line-height: 34px;
    }
    p.large {
        font-size: 20px;
        line-height: 32px;
    }
    p.medium {
        font-size: 18px;
        line-height: 28px;
    }
    p.small {
        font-size: 16px;
        line-height: 24px;
    }
    p.xsmall {
        font-size: 14px;
        line-height: 20px;
    }
}
