/* farrow-and-ball.css */

/* Import Color Modules */
@import url('fb-whites-neutrals.css');
@import url('fb-warm-tones.css');
@import url('fb-cool-tones.css');
@import url('fb-darks.css');

:root {
    /* =========================================
       BASE CONTRAST TEXT COLORS
       ========================================= */
    /* Ensures text is always legible against the backgrounds */
    --fb-text-light: #fbfbfa; /* All White No. 2005 (for dark backgrounds) */
    --fb-text-dark:  #262626; /* Pitch Black No. 256 (for light backgrounds) */
}