@import 'components/_include-media.scss';

// custom variables
$container-width-max : 1170px;
$theme-primary-color : #C0392B;
$header-top-bgcolor  : #282828;

$link-color : $theme-primary-color;

$large-desktop: rem(1680);
$desktop: rem(1366);
$tablet-landscape: rem(1024);
$tablet-portrait: rem(768);
$phone-landscape: rem(640);
$phone-portrait: rem(360);
