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 {
|
|
|
|
|
font-size: 40px !important;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rubix-text-large {
|
2024-04-04 16:45:56 +05:30
|
|
|
font-size: 25px !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-03-22 20:52:36 +05:30
|
|
|
/* html {
|
2024-03-22 15:02:23 +05:30
|
|
|
font-family: "Mona Sans";
|
2024-03-22 20:52:36 +05:30
|
|
|
} */
|