@font-face {
    font-family: "Golos Text";
    src        : url("../fonts/GolosText-Black.ttf") format("truetype");
    font-weight: 900;
    /* Black */
    font-style : normal;
}

@font-face {
    font-family: "Golos Text";
    src        : url("../fonts/GolosText-Bold.ttf") format("truetype");  
    font-weight: 700;
    /* Bold */
    font-style : normal; 
}

@font-face {
    font-family: "Golos Text";
    src        : url("../fonts/GolosText-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    /* ExtraBold */
    font-style : normal;
}

@font-face {
    font-family: "Golos Text";
    src        : url("../fonts/GolosText-Medium.ttf") format("truetype");
    font-weight: 500;
    /* Medium */
    font-style : normal;
}

@font-face {
    font-family: "Golos Text";
    src        : url("../fonts/GolosText-Regular.ttf") format("truetype");
    font-weight: 400;
    /* Regular */
    font-style : normal;
}

@font-face {
    font-family: "Golos Text";
    src        : url("../fonts/GolosText-SemiBold.ttf") format("truetype");
    font-weight: 600;
    /* SemiBold */
    font-style : normal;
}