@import "settings";
@import "type";

// Theme specific styles go here.

// Modernizr classes will be auto-detected so that modernizr is tailor made.
.cssgradients .glossy {
  background-image: linear-gradient(to bottom right, red, rgba(255,0,0,0));
}

