mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-28 04:45:51 +00:00
81 lines
1.4 KiB
CSS
81 lines
1.4 KiB
CSS
@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%;
|
|
}
|
|
|
|
.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: 38px !important;
|
|
color: #fff;
|
|
}
|
|
|
|
.rubix-text-large {
|
|
font-size: 22px !important;
|
|
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;
|
|
}
|
|
|
|
.swiper-button-prev,
|
|
.swiper-button-next {
|
|
color: #de858e;
|
|
/* background-color: #de858e; */
|
|
}
|
|
|
|
.swiper-pagination {
|
|
top: 90% !important;
|
|
}
|
|
|
|
.swiper-pagination-bullet {
|
|
background: #383838 !important;
|
|
}
|
|
|
|
.swiper-pagination-bullet-active {
|
|
background: #fff !important;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
.swiper-button-prev:after,
|
|
.swiper-button-next:after {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.swiper-pagination-bullets {
|
|
height: fit-content !important;
|
|
}
|
|
|
|
.swiper-pagination {
|
|
top: 95% !important;
|
|
}
|
|
}
|
|
/* html {
|
|
font-family: "Mona Sans";
|
|
} */
|