@font-size--11: 11px;
@font-size--12: 12px;
@font-size--13: 13px;
@font-size-base: 14px;
@font-size--16: 16px;
@font-size--18: 18px;
@font-size--20: 20px;
@font-size--22: 22px;
@font-size--24: 24px;
@font-weight-base: 400;
@font-size-tab-header: @font-size--11;
@font-size-xl: 28px;

//font weights
@font-weight-normal: 400;
@font-weight-medium: 500;
@font-weight-semibold: 600;
@font-weight-bold: 700;
@letter-spacing-semibold: 0.5px;
@letter-spacing-bold: 0.5px;

@font-size-tab-header: @font-size--12;
@font-size-secondary-tab: @font-size--16;
@font-size-page-header-title: @font-size-xl;
@font-size-page-header-subtitle: @font-size-base;

@font-weight-base: @font-weight-normal;
@font-weight-tab-header: @font-weight-semibold;
@font-weight-grid-header: @font-weight-bold;
@letter-spacing-tab-headers: @letter-spacing-semibold;

// Form labels
@font-size-label: 11px;
@font-size-large-label: @font-size-base;

// Status tag
@font-size-status-tag: 11px;

// Grid
@font-size-grid-header: @font-size--12;
@font-size-grid-cell: @font-size-base;
@letter-spacing-grid-headers: @letter-spacing-bold;

// Font family
@font-proxima-nova: "ProximaNova", arial, sans-serif;
