Spaces:
Sleeping
Sleeping
@font-face { | |
font-family: "sicoob-sans-regular"; | |
src: url("../fonts/Sicoob_Sans/WOFF2/SicoobSansRC3-Regular.woff2") format("woff2"), | |
url("../fonts/Sicoob_Sans/WOFF/SicoobSansRC3-Regular.woff") format("woff"), | |
url("../fonts/Sicoob_Sans/TTF/SicoobSansRC3-Regular.ttf") format("truetype"), | |
url("../fonts/Sicoob_Sans/EOT/SicoobSansRC3-Regular.eot") format("embedded-opentype"); | |
font-weight: 400; | |
font-style: normal; | |
} | |
@font-face { | |
font-family: "sicoob-sans-medium"; | |
src: url("../fonts/Sicoob_Sans/WOFF2/SicoobSansRC3-Medium.woff2") format("woff2"), | |
url("../fonts/Sicoob_Sans/WOFF/SicoobSansRC3-Medium.woff") format("woff"), | |
url("../fonts/Sicoob_Sans/TTF/SicoobSansRC3-Medium.ttf") format("truetype"), | |
url("../fonts/Sicoob_Sans/EOT/SicoobSansRC3-Medium.eot") format("embedded-opentype"); | |
font-weight: 600; | |
font-style: normal; | |
} | |
@font-face { | |
font-family: "sicoob-sans-semibold"; | |
src: url("../fonts/Sicoob_Sans/WOFF2/SicoobSansRC3-Semibold.woff2") format("woff2"), | |
url("../fonts/Sicoob_Sans/WOFF/SicoobSansRC3-Semibold.woff") format("woff"), | |
url("../fonts/Sicoob_Sans/TTF/SicoobSansRC3-Semibold.ttf") format("truetype"), | |
url("../fonts/Sicoob_Sans/EOT/SicoobSansRC3-Semibold.eot") format("embedded-opentype"); | |
font-weight: 600; | |
font-style: normal; | |
} | |
@font-face { | |
font-family: "sicoob-sans-bold"; | |
src: url("../fonts/Sicoob_Sans/WOFF2/SicoobSansRC3-Bold.woff2") format("woff2"), | |
url("../fonts/Sicoob_Sans/WOFF/SicoobSansRC3-Bold.woff") format("woff"), | |
url("../fonts/Sicoob_Sans/TTF/SicoobSansRC3-Bold.ttf") format("truetype"), | |
url("../fonts/Sicoob_Sans/EOT/SicoobSansRC3-Bold.eot") format("embedded-opentype"); | |
font-weight: 700; | |
font-style: normal; | |
} | |
body * { | |
font-family: "sicoob-sans-regular", sans-serif; | |
font-weight: 400; | |
transition: all 0.1s ease-in-out; | |
} | |
.stButton > button > div > p { | |
font-family: "sicoob-sans-medium", sans-serif ; | |
font-weight: 500; | |
} | |
.st-emotion-cache-kgpedg img { | |
height: 100% ; | |
} | |
h1 { | |
font-family: "sicoob-sans-bold", sans-serif ; | |
font-weight: 700; | |
} | |
a { | |
font-family: "sicoob-sans-semibold", sans-serif ; | |
font-weight: 600; | |
} | |
.stTextInput > label { | |
font-family: "sicoob-sans-medium", sans-serif ; | |
font-weight: 500; | |
} | |
[data-testid="stToast"] { | |
font-family: "sicoob-sans-medium", sans-serif ; | |
font-weight: 500; | |
} | |
.stDecoration { | |
display: none; | |
} | |
[data-testid="stIconMaterial"] { | |
font-family: "Material Symbols Rounded" ; | |
font-weight: 400; | |
font-style: normal; | |
} | |
.MuiStack-root { | |
background-color: transparent; | |
} | |
[data-testid="stDialog"] > div > div > div > div { | |
max-height: 400px ; | |
overflow: scroll; | |
} | |
[data-testid="stExpanderIcon"] { | |
font-family: "Material Symbols Rounded" ; | |
font-weight: 400; | |
font-style: normal; | |
} |