/**
 * Theme Variables CSS
 * Adds RGB values for theme colors for use with rgba()
 *
 * @package bluepencilcoll
 */

:root {
    /* RGB values for theme colors */
    --wp--preset--color--stark-rgb: 255, 255, 255;
    --wp--preset--color--slate-rgb: 55, 51, 45;
    --wp--preset--color--plaster-rgb: 242, 239, 231;
    --wp--preset--color--cerulean-rgb: 102, 126, 245;
    --wp--preset--color--blue-pencil-rgb: 52, 65, 153;
    --wp--preset--color--putty-rgb: 250, 247, 243;
}
