This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: var(--SanFrancisco); | |
} | |
.zu-top { | |
background: white; | |
border-top: 3px solid #b92b27; | |
/*#086ed5*/ | |
box-shadow: 0 5px 2px -2px rgba(200,200,200,0.2); | |
border-bottom: none; |