/* SkyWixx Fonts CSS */

/* Imports */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;500;600&display=swap");

/* Roboto */
@font-face{
    font-family: "Roboto";
    src: url("../../sdFonts/Roboto/Roboto-Regular.ttf");
}

@font-face{
    font-family: "RobotoLight";
    src: url("../../sdFonts/Roboto/Roboto-Light.ttf");
}

/* Poppins */
@font-face{
    font-family: "Poppins";
    src: url("../../sdFonts/Poppins/Poppins-Regular.ttf");
}