2025-04-26 10:13:56 -04:00
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
|
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&display=swap');
|
|
|
|
|
@import "variables";
|
2025-04-21 08:13:05 -04:00
|
|
|
@import "reset";
|
2025-04-26 10:13:56 -04:00
|
|
|
@import "header";
|
|
|
|
|
@import "headings";
|
2025-04-27 11:34:30 -04:00
|
|
|
@import "tables";
|
2025-04-21 08:13:05 -04:00
|
|
|
|
|
|
|
|
body {
|
2025-04-26 10:13:56 -04:00
|
|
|
background: var(--background);
|
|
|
|
|
color: var(--primary-text);
|
|
|
|
|
padding: 20px;
|
|
|
|
|
font-size: 1.2rem;
|
2025-04-21 08:13:05 -04:00
|
|
|
}
|
|
|
|
|
|
2025-04-26 10:13:56 -04:00
|
|
|
|
|
|
|
|
|
2025-04-21 08:13:05 -04:00
|
|
|
img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|