/* Fonts */
@font-face {
    font-family: sofia-pro;
    src: url(../fonts/bold.woff2) format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: sofia-pro;
    src: url(../fonts/light.woff2) format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: sofia-pro;
    src: url(../fonts/normal.woff2) format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400
}