UNPKG

zkapp-cli

Version:

CLI to create zkApps (zero-knowledge apps) for Mina Protocol

54 lines (46 loc) 1.32 kB
@tailwind base; @tailwind components; @tailwind utilities; @font-face { font-family: 'ABC Monument Grotesk'; font-style: normal; font-weight: normal; src: url('../public/assets/fonts/ABCMonumentGrotesk-Regular.woff2') format('woff2'), url('../public/assets/fonts/ABCMonumentGrotesk-Regular.woff') format('woff'); } @font-face { font-family: 'ABC Monument Grotesk Light'; font-style: normal; src: url('../public/assets/fonts/ABCMonumentGrotesk-Light.woff2') format('woff2'), url('../public/assets/fonts/ABCMonumentGrotesk-Light.woff') format('woff'); } @font-face { font-family: 'ABC Monument Grotesk Bold'; font-style: normal; font-weight: bold; src: url('../public/assets/fonts/ABCMonumentGrotesk-Bold.woff2') format('woff2'), url('../public/assets/fonts/ABCMonumentGrotesk-Bold.woff') format('woff'); } :root { --max-width: 1100px; --border-radius: 12px; --font-monument: 'ABC Monument Grotesk', sans-serif; --font-monument-bold: 'ABC Monument Grotesk Bold', sans-serif; --font-monument-light: 'ABC Monument Grotesk Light', sans-serif; --foreground-rgb: 0, 0, 0; } * { box-sizing: border-box; padding: 0; margin: 0; } html, body { max-width: 100vw; overflow-x: hidden; font-family: 'ABC Monument Grotesk'; } a { color: inherit; text-decoration: none; }