.font-xsmall-desktop {
    font-size: 10pt;
}

.font-xsmall-mobile {
    font-size: 20px;
}

/* ######################################## */

.font-small-desktop {
    font-size: 12pt;
}

.font-small-mobile {
    font-size: 24px;
}

/* ######################################## */

.font-medium-desktop {
    font-size: 16pt;
}

.font-medium-mobile {
    font-size: 36px;
}

/* ######################################## */

.font-large-desktop {
    font-size: 18pt;
}

.font-large-mobile {
    font-size: 48px;
}

/* ######################################## */

.font-xlarge-desktop {
    font-size: 24pt;
}

.font-xlarge-mobile {
    font-size: 56px;
}

/* ######################################## */
/* ######################################## */

.icon-medium-desktop {
    width: 24px;
    height: 24px;
}

.icon-medium-mobile {
    width: 42px;
    height: 42px;
}

/* ######################################## */

.icon-large-desktop {
    width: 32px;
    height: 32px;
}

.icon-large-mobile {
    width: 56px;
    height: 56px;
}

/* ######################################## */

.icon-xlarge-desktop {
    width: 40px;
    height: 40px;
}

.icon-xlarge-mobile {
    width: 72px;
    height: 72px;
}
