@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300;
    src: url("../font/Rubik-Light.woff2") format("woff2"),
    url("../font/Rubik-Light.woff") format("woff");
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    src: url("../font/Rubik-Regular.woff2") format("woff2"),
    url("../font/Rubik-Regular.woff") format("woff");
}

@font-face {
    font-family: "Rubik";
    font-style: italic;
    font-weight: 400;
    src: url("../font/Rubik-Italic.woff2") format("woff2"),
    url("../font/Rubik-Italic.woff") format("woff");
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    src: url("../font/Rubik-Medium.woff2") format("woff2"),
    url("../font/Rubik-Medium.woff") format("woff");
}

@font-face {
    font-family: "Rubik";
    font-style: italic;
    font-weight: 500;
    src: url("../font/Rubik-MediumItalic.woff2") format("woff2"),
    url("../font/Rubik-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 700;
    src: url("../font/Rubik-Bold.woff2") format("woff2"),
    url("../font/Rubik-Bold.woff") format("woff");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    src: url("../font/Lato-Bold.woff2") format("woff2"),
    url("../font/Lato-Bold.woff") format("woff");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    src: url("../font/Lato-Black.woff2") format("woff2"),
    url("../font/Lato-Black.woff") format("woff");
}