|
|
|
@ -1,38 +1,8 @@
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'aller';
|
|
|
|
|
font-display: auto;
|
|
|
|
|
src: url('fonts/aller-subset/aller_lt-web.woff2') format('woff2'),
|
|
|
|
|
url('fonts/aller-subset/aller_lt-web.woff') format('woff');
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'aller';
|
|
|
|
|
font-display: auto;
|
|
|
|
|
src: url('fonts/aller-subset/aller_rg-web.woff2') format('woff2'),
|
|
|
|
|
url('fonts/aller-subset/aller_rg-web.woff') format('woff');
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'asap-bold';
|
|
|
|
|
font-display: auto;
|
|
|
|
|
src: url('fonts/asap-subset/asap-bold-web.woff2') format('woff2'),
|
|
|
|
|
url('fonts/asap-subset/asap-bold-web.woff') format('woff');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
/* --font: aller, sans-serif; */
|
|
|
|
|
--font: 'Overpass', sans-serif;
|
|
|
|
|
/* --font-alt: asap-bold, sans-serif; */
|
|
|
|
|
--font-alt: 'Overpass', sans-serif;
|
|
|
|
|
--font-mono: 'Overpass Mono', monospace;
|
|
|
|
|
--font-ui: var(--font-mono);
|
|
|
|
|
/* ui-elements: buttons, forms etc. */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* base reset ----------------------------- */
|
|
|
|
@ -110,8 +80,8 @@ a:focus {
|
|
|
|
|
--prime: #ff3e00;
|
|
|
|
|
--second: #676778;
|
|
|
|
|
--flash: #40b3ff;
|
|
|
|
|
--heading: #333;
|
|
|
|
|
--text: #555; /* hsl(36, 3%, 62%) */
|
|
|
|
|
--heading: var(--second);
|
|
|
|
|
--text: #333; /* hsl(36, 3%, 62%) */
|
|
|
|
|
--border-w: .3rem; /* border-width */
|
|
|
|
|
--border-r: .4rem; /* border-radius */
|
|
|
|
|
}
|
|
|
|
@ -155,12 +125,7 @@ p {
|
|
|
|
|
margin: 0 0 1em 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.b, b, strong { font-weight: 500 }
|
|
|
|
|
|
|
|
|
|
i, em {
|
|
|
|
|
/* color: var(--prime); */
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
.b, b, strong { font-weight: 700 }
|
|
|
|
|
|
|
|
|
|
tt, code, kbd, samp {
|
|
|
|
|
font: 300 var(--code-fs)/1.7 var(--font-mono);
|
|
|
|
@ -237,20 +202,6 @@ button > svg {
|
|
|
|
|
height: 2rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* default */
|
|
|
|
|
/* button {
|
|
|
|
|
min-height: var(--bttn-h);
|
|
|
|
|
line-height: var(--bttn-h);
|
|
|
|
|
padding: 0 1.6rem;
|
|
|
|
|
transition: all .1s;
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
|
|
/* button:hover { background-image: var(--bttn-hover) }
|
|
|
|
|
button:active {
|
|
|
|
|
mix-blend-mode: overlay;
|
|
|
|
|
background-image: var(--bttn-active)
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
|
|
/* options */
|
|
|
|
|
button[outline] {
|
|
|
|
|
min-height: var(--bttn-calc-h);
|
|
|
|
|