//color usage

$color-primary
$color-secondary
$color-accent
$color-shadow: rgba($black, .2)


//text
$base__font-size: 16px
$base__line: 24px


// function for converting
@if varialbe-exists(font-url--google){
  @import url()
  }