File size: 647 Bytes
1aeabca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
057da7d
1aeabca
 
 
 
 
057da7d
1aeabca
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@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;
    }
}