Files
rubix/src/index.css

55 lines
989 B
CSS
Raw Normal View History

2024-03-22 15:02:23 +05:30
@font-face {
font-family: "Mona Sans";
src: url("Mona-Sans.woff2") format("woff2 supports variations"),
url("Mona-Sans.woff2") format("woff2-variations");
font-weight: 200 900;
font-stretch: 75% 125%;
}
2024-04-03 20:34:26 +05:30
.rubix-text-heading {
font-size: 60px !important;
font-family: "Mona Sans";
color: #fff;
}
.rubix-text-subheading {
font-size: 25px !important;
}
.rubix-text-title {
2024-04-09 13:00:11 +05:30
font-size: 38px !important;
2024-04-03 20:34:26 +05:30
color: #fff;
}
.rubix-text-large {
2024-04-09 13:00:11 +05:30
font-size: 22px !important;
2024-04-03 20:34:26 +05:30
font-family: "Poppins" !important;
color: #fff !important;
}
.rubix-text-medium {
font-size: 20px !important;
font-family: "Poppins" !important;
color: #fff !important;
}
.rubix-text-small {
font-size: 17px !important;
font-family: "Poppins" !important;
color: #fff !important;
}
.link {
color: #ffff;
}
.link:hover {
color: #de858e;
}
2024-04-09 15:58:12 +05:30
.swiper-button-prev,
.swiper-button-next {
color: #de858e;
/* background-color: #de858e; */
}
/* html {
2024-03-22 15:02:23 +05:30
font-family: "Mona Sans";
} */