#-------------------------------------
#-- konstan
#-------------------------------------
data:

  #-- Responsive breakpoints
  dimension:
    small:    600
    medium:   900
    large:   1200
    xlarge:  1500

    xsmall:   450
    max:     1500


  #-- Transition speeds in ms
  transition:
    hover:     100
    animation: 500


  #-- Colors
  color:

    # Base
    black: '#000000'
    white: '#ffffff'

    # Brand
    logo-shell:       '#659d32'
    logo-shell-shade: '#618931'
    logo-fruit:       '#423228'
    logo-fruit-shade: '#5e483c'

    # Grey
    charcoal:   '#36454f'
    nickel:     '#727472'
    battleship: '#848482'
    ash:        '#b2beb5'
    platinum:   '#e5e4e2'

    # Messages
    ocean-green:   '#4fb980'
    golden-tainoi: '#ffd061'
    chestnut-rose: '#d66161'







  #-- Fonts
  font:
    open-sans:    'Open Sans'
    merriweather: 'Merriweather'


  #-- Misc utils
  util:
    emptyimage: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42m






options:

  scripts:
    exclude: []

  styles:
    exclude: []
