@import '../../style/variables';
@import '../../style/icomoon';
@import '../all-theme';

// Define a theme.
$primary: arw-palette($arw-blue);
$secondary: arw-palette($arw-grey);
$accent: arw-palette($arw-green);

$theme: wpt-light-theme($primary, $secondary, $accent);

// Include non-theme styles for core
@include bom-core();
@include bom-theme($theme);
