34 lines
883 B
CSS
34 lines
883 B
CSS
@font-face {
|
|
font-family: "Neometric";
|
|
src: url("/fonts/Neometric.woff") format("woff");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Gendy";
|
|
src: url("/fonts/GendyRegular.woff") format("woff");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
.bgLeft {
|
|
flex-shrink: 0;
|
|
background: conic-gradient(
|
|
from 11deg at 84.75% 50.83%,
|
|
rgba(255, 255, 255, 0.5) 59.75991189479828deg,
|
|
rgba(255, 255, 255, 0.5) 117.35991597175598deg,
|
|
rgba(254, 253, 255, 0.5) 164.1599142551422deg,
|
|
rgba(253, 251, 255, 0.5) 241.55105352401733deg,
|
|
rgba(106, 71, 237, 0.5) 282.9599189758301deg,
|
|
rgba(255, 255, 255, 0.5) 323.60235929489136deg
|
|
);
|
|
backdrop-filter: blur(32px);
|
|
}
|
|
.glass {
|
|
flex-shrink: 0;
|
|
border-radius: 0px 60px 60px 0px;
|
|
border: 0.5px solid #e5cdf7b6;
|
|
background: rgba(255, 255, 255, 0.4);
|
|
backdrop-filter: blur(15px);
|
|
}
|