
@font-face {
    font-family: "atlas";
    src: url("../woff2/atlasgrotesk-medium-web.woff2")
            format("woff2"),
        url("../woff/atlasgrotesk-medium-web.woff")
            format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: "atlas";
    src: url("../woff2/atlasgrotesk-regular-web.woff2")
            format("woff2"),
        url("../woff/atlasgrotesk-regular-web.woff")
            format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}