134 lines
1.8 KiB
CSS
134 lines
1.8 KiB
CSS
@font-face {
|
|
font-family: "Prompt";
|
|
src: local("PromptRegular"),
|
|
url("/public/fonts/Prompt-Regular.ttf") format("truetype");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Prompt";
|
|
src: local("PromptBold"),
|
|
url("/public/fonts/Prompt-Bold.ttf") format("truetype");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Prompt";
|
|
src: local("PromptLight"),
|
|
url("/public/fonts/Prompt-Light.ttf") format("truetype");
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "Prompt";
|
|
src: local("PromptMedium"),
|
|
url("/public/fonts/Prompt-Mediumr.ttf") format("truetype");
|
|
font-weight: 500;
|
|
font-style: bold;
|
|
}
|
|
@font-face {
|
|
font-family: "Prompt";
|
|
src: local("PromptSemiBold"),
|
|
url("/public/fonts/Prompt-SemiBold.ttf") format("truetype");
|
|
font-weight: 600;
|
|
font-style: bold;
|
|
}
|
|
h1 {
|
|
font-size: 50px;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 30px;
|
|
font-weight: 600;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
h5 {
|
|
font-weight: 100;
|
|
line-height: 32px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.h-100vh {
|
|
height: 100vh;
|
|
}
|
|
|
|
.h-90vh {
|
|
height: 90vh;
|
|
}
|
|
.h-7vh {
|
|
height: 7vh;
|
|
}
|
|
.h-3vh {
|
|
height: 3vh;
|
|
}
|
|
|
|
.w-50vw {
|
|
width: 50vw;
|
|
}
|
|
.w-40px {
|
|
width: 40px;
|
|
}
|
|
|
|
.bg-green {
|
|
background-color: #5b9b4f;
|
|
}
|
|
|
|
.bg-green1{
|
|
background-color: #70C4C1;
|
|
}
|
|
|
|
.bg-green2{
|
|
background-color: #ADDBD9;
|
|
}
|
|
|
|
.text-blue-vibentec{
|
|
color: #295a85;
|
|
}
|
|
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.mt-40 {
|
|
margin-top: 40px;
|
|
}
|
|
.ms-6 {
|
|
margin-left: 5rem !important;
|
|
}
|
|
#play-icon {
|
|
display: none;
|
|
}
|
|
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
p {
|
|
font-size: 14px;
|
|
}
|
|
|
|
tr{
|
|
border-style: hidden;
|
|
}
|
|
|
|
.bg-pink1{
|
|
background-color: #EC4F97 ;
|
|
}
|
|
|
|
.bg-pink2{
|
|
background-color: #EA7DB2;
|
|
}
|
|
|
|
.bg-pink3{
|
|
background-color: #F3B4D2;
|
|
}
|
|
|
|
@media screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
|
|
h5 {
|
|
font-size: 16px;
|
|
}
|
|
}
|