﻿/* The design system currently doesn't have alternate token values for small screens. Until we implement this feature, this stylesheet will contain any small screen overrides. When possible you should override the value of a token rather than creating custom classes. */

@media only screen and (max-width: 640px) {
    natgen-design-system-provider {
        --typography-heading-font-size: 24px;
    }
}