| @charset "UTF-8"; | |
| @font-face { | |
| font-family: 'AurulentSans'; | |
| font-style: normal; | |
| font-weight: normal; | |
| src: url("../ui/fonts/AurulentSans-Regular.otf") format("opentype"); | |
| } | |
| @font-face { | |
| font-family: 'Audiowide'; | |
| font-style: normal; | |
| font-weight: normal; | |
| src: url("../ui/fonts/Audiowide-Regular.ttf") format("opentype"); | |
| } | |
| .app-component { | |
| -webkit-transition: background 300ms; | |
| transition: background 300ms; | |
| } | |
| @media (min-width: 576px) { | |
| .app-component { | |
| background-size: 100% 100%; | |
| background-attachment: fixed; | |
| background-position: center; | |
| } | |
| } | |