// Sizes
$header-height: 5rem;
$footer-height: 6rem;
$border-radius: 3px;

// Font Weights
$font-weight-extrabold: 800;
$font-weight-bold: 700;
$font-weight-semibold: 600;
$font-weight-medium: 500;
$font-weight-regular: 400;
$font-weight-light:300;
$font-weight-extralight:200;
$font-weight-thin:100;

// Global Paddings
$padding-horiz: 7rem;
$padding-vert: 3rem;