:root {
    /*--default-font: "Inter", system-ui, sans-serif;*/
    /*--heading-font: "Inter", system-ui, sans-serif;*/
    /*--nav-font: "Inter", system-ui, sans-serif;*/

    --default-font: "IBM Plex Sans", system-ui, sans-serif;
    --heading-font: "IBM Plex Sans", system-ui, sans-serif;
    --nav-font: "IBM Plex Sans", system-ui, sans-serif;

    /*--default-font: "Manrope", system-ui, sans-serif;*/
    /*--heading-font: "Manrope", system-ui, sans-serif;*/
    /*--nav-font: "Manrope", system-ui, sans-serif;*/

    /*--default-font: "DM Sans", system-ui, sans-serif;*/
    /*--heading-font: "DM Sans", system-ui, sans-serif;*/
    /*--nav-font: "DM Sans", system-ui, sans-serif;*/

}

kbd {
    font-family: var(--default-font);
}

/*.pricing {*/
/*    width: 100%;*/
/*    min-height: 100vh;*/
/*    position: relative;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.medium-text p {
    font-size: 135%;
}

/*section, .section {*/
/*    scroll-margin-top: 0;*/
/*}*/
