@import url('./color-variables.css');

:root
{
    --base-font-size:      15px;
    --text-color:          rgba(0, 0, 0, .87);
    --text-color--70:      rgba(0, 0, 0, .7);
    --title-color:         rgba(0, 0, 0, .77);
    --gray-text-color:     rgba(149, 152, 154, 1);
    --minimum-header-size: 2rem; /* 32px */
    --font-size--12:       .75rem;
    --font-size--14:       .875rem;
    --font-size--16:       1rem;
    --font-size--18:       1.125rem;
    --font-size--22:       1.375rem;
    --font-size--24:       1.5rem;
    --font-weight--3:      300;
    --font-weight--4:      400;
    --font-weight--6:      600;
    --card-background:     #fff;
    --outer-background:    #ddd;
}
