/*! CSS Used fontfaces */
@font-face {
    font-family: "GTPressuraRegular";
    src: url("./fonts/GT-Pressura-Regular.ttf");
}

@font-face {
    font-family: "GTPressuraBold";
    src: url("./fonts/GT-Pressura-Bold.ttf");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
}
