@charset "UTF-8";

@font-face {
    font-family: 'Sterling';
    src: url("../fonts/SterlingText.woff2") format("woff2"),
         url("../fonts/SterlingText.woff") format("woff"),
         url("../fonts/SterlingText.ttf") format("truetype"),
         url("../fonts/SterlingText.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}