/* Cargando Fuentes */
@font-face {
    font-family: "Graphik-Regular";
    src: url("https://aquaclean.creativate.dev/fonts/Graphik-Regular.woff2") format("woff2"),
         url("https://aquaclean.creativate.dev/fonts/Graphik-Regular.woff") format("woff"),
         url("https://aquaclean.creativate.dev/fonts/Graphik-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Graphik-RegularItalic";
    src: url("https://aquaclean.creativate.dev/fonts/Graphik-RegularItalic.woff2") format("woff2"),
         url("https://aquaclean.creativate.dev/fonts/Graphik-RegularItalic.woff") format("woff"),
         url("https://aquaclean.creativate.dev/fonts/Graphik-RegularItalic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Graphik-Medium";
    src: url("https://aquaclean.creativate.dev/fonts/Graphik-Medium.woff2") format("woff2"),
         url("https://aquaclean.creativate.dev/fonts/Graphik-Medium.woff") format("woff"),
         url("https://aquaclean.creativate.dev/fonts/Graphik-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Graphik-Semibold";
    src: url("https://aquaclean.creativate.dev/fonts/Graphik-Semibold.woff2") format("woff2"),
         url("https://aquaclean.creativate.dev/fonts/Graphik-Semibold.woff") format("woff"),
         url("https://aquaclean.creativate.dev/fonts/Graphik-Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}