:root {
    /* Logos */
    --logomark-url: url('/wp-content/themes/unlimitedall/images/svg/unlimitedall-mark.svg');
    --logo-url: url('/wp-content/themes/unlimitedall/images/svg/unlimitedall-logo.svg');
    --elgmark-url: url('/wp-content/themes/unlimitedall/images/svg/elegento-mark.svg');
    --elglogo-url: url('/wp-content/themes/unlimitedall/images/svg/elegento-logo.svg');

    /* Icons */
    --menu-icon: url('/wp-content/themes/unlimitedall/images/svg/bars-staggered.svg');
    --mic-icon: url('/wp-content/themes/unlimitedall/images/svg/microphone.svg');
    --bt-icon: url('/wp-content/themes/unlimitedall/images/svg/bluetooth-alt.svg');
    --download-icon: url('/wp-content/themes/unlimitedall/images/svg/cloud-download-alt.svg');
    --battery-icon: url('/wp-content/themes/unlimitedall/images/svg/battery-bolt.svg');
    --brightness-icon: url('/wp-content/themes/unlimitedall/images/svg/brightness.svg');
    --x-icon: url('/wp-content/themes/unlimitedall/images/svg/octagon-xmark.svg');
    --family-icon: url('/wp-content/themes/unlimitedall/images/svg/family.svg');
    --card-icon: url('/wp-content/themes/unlimitedall/images/svg/credit-card.svg');
    --shield-icon: url('/wp-content/themes/unlimitedall/images/svg/shield.svg');
    --arrow-up-icon: url('/wp-content/themes/unlimitedall/images/svg/angle-small-up.svg');
    --arrow-down-icon: url('/wp-content/themes/unlimitedall/images/svg/angle-small-down.svg');
    --infinity-icon: url('/wp-content/themes/unlimitedall/images/svg/infinity.svg');
    --home-icon: url('/wp-content/themes/unlimitedall/images/svg/house-chimney.svg');
    --world-icon: url('/wp-content/themes/unlimitedall/images/svg/world.svg');
    --time-back-icon: url('/wp-content/themes/unlimitedall/images/svg/time-past.svg');
    --ball-icon: url('/wp-content/themes/unlimitedall/images/svg/football.svg');
    --screen-icon: url('/wp-content/themes/unlimitedall/images/svg/screen.svg');
    --remote-icon: url('/wp-content/themes/unlimitedall/images/svg/remote-control.svg');
    --router-icon: url('/wp-content/themes/unlimitedall/images/svg/router-wifi.svg');
    --wifi-icon: url('/wp-content/themes/unlimitedall/images/svg/wifi.svg');
    --signal-icon: url('/wp-content/themes/unlimitedall/images/svg/signal-stream.svg');
    --phone-dial-icon: url('/wp-content/themes/unlimitedall/images/svg/tty.svg');
    --choose-icon: url('/wp-content/themes/unlimitedall/images/svg/choose.svg');
    --plus-icon: url('/wp-content/themes/unlimitedall/images/svg/plus.svg');
    --phone-icon: url('/wp-content/themes/unlimitedall/images/svg/phone-flip.svg');
    --message-icon: url('/wp-content/themes/unlimitedall/images/svg/comment-dots.svg');
    --gift-icon: url('/wp-content/themes/unlimitedall/images/svg/gift.svg');
    --fast-icon: url('/wp-content/themes/unlimitedall/images/svg/tachometer-fast.svg');
    --phone-call-icon: url('/wp-content/themes/unlimitedall/images/svg/phone-call.svg');
    --infinite-cycle-icon: url('/wp-content/themes/unlimitedall/images/svg/infinite-cycle.svg');
    --heart-icon: url('/wp-content/themes/unlimitedall/images/svg/heart-icon.svg');
    --popcorn-icon: url('/wp-content/themes/unlimitedall/images/svg/popcorn.svg');
    --clapper-open-icon: url('/wp-content/themes/unlimitedall/images/svg/clapper-open.svg');
    --adult-only-icon: url('/wp-content/themes/unlimitedall/images/svg/age-restriction-eighteen.svg');
    --star-icon: url('/wp-content/themes/unlimitedall/images/svg/star.svg');
    --check-icon: url('/wp-content/themes/unlimitedall/images/svg/check.svg');

    /* Font families */
    --font-body-family: 'Geologica', sans-serif;
    --font-heading-family: 'Geologica', sans-serif;

    /* Font sizes (px) */
    --font-size-4xl: 80px;
    --font-size-3xl: 68px;
    --font-size-2xl: 56px;
    --font-size-xl: 48px;
    --font-size-lg: 36px;
    --font-size-md: 30px;
    --font-size-sm: 24px;
    --font-size-subheading: 20px;

    --font-size-body-l: 18px;
    --font-size-body: 16px;
    --font-size-body-s: 14px;
    --font-size-body-xs: 12px;
    --font-size-body-2xs: 10px;

    /* Font weights */
    --font-weight-thin: 100;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;

    /* Colors */
    --color-primary: #4600FF;
    --color-primary-hover: #6C33FF;

    --color-secondary: #00FAB3;
    --color-secondary-hover: #00DFA0;

    --color-light-gray: #F2F2F2;
    --color-dark-gray: #C7C7C7;
    --color-black: #000;
    --color-semiblack: #0a0a0a;
    --color-white: #fff;

    /* Breakpoints */
    --screen-xs: 480px;
    --screen-sm: 768px;
    --screen-md: 1024px;
    --screen-lg: 1280px;
    --screen-xl: 1440px;
    --screen-2xl: 1600px;
}