text style updates

This commit is contained in:
Ben Haynes
2021-01-13 18:35:18 -05:00
parent 9160a28f5f
commit c528a7b1ba

View File

@@ -1,13 +1,13 @@
@import '@/styles/mixins/breakpoint';
@mixin type-title {
color: var(--foreground-normal);
font-weight: normal;
font-size: 20px;
color: var(--foreground-normal-alt);
font-weight: 700;
font-size: 24px;
font-family: var(--family-sans-serif);
font-style: normal;
line-height: 29px;
letter-spacing: 0;
line-height: 34px;
letter-spacing: -0.32px;
@include breakpoint(small) {
font-size: 24px;
@@ -15,7 +15,7 @@
}
@mixin type-label {
color: var(--foreground-normal);
color: var(--foreground-normal-alt);
font-weight: 600;
font-size: 16px;
font-family: var(--family-sans-serif);