:root {
    /* Sizes */
    --header-height: 150px;
    --header-height-mobile: 120px;
    --content-padding: 100px;
    --content-width: 1500px;
    --content-width-wide: 1920px;
    --content-width-narrow: 980px;
    --text-size: 17px;

    /* Breakpoints */
    --breakpoint-xs: 800px;
    --breakpoint-s: 1024px;
    --breakpoint-m: 1280px;

    /* Mobile Sizes */
    --mobile-content-padding: 25px;

    /* Colors */
    --background-color: #fff;
    --text-color: #000;
}