| 123456789101112131415161718192021222324 |
- .antooza-logo {
- display: inline-block;
- font-family: var(--font-brand), 'Archivo Black', system-ui, sans-serif;
- font-weight: 400;
- letter-spacing: -0.03em;
- line-height: 1;
- color: inherit;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- &--sm {
- font-size: 1.5rem;
- }
- &--md {
- font-size: 2rem;
- }
- &--lg {
- font-size: 3rem;
- }
- }
|