/*
==================================================================
Theme Name: Neobrand
Version: 1.0
Author: Neobrand®
Author URI: https://neobrand.com
==================================================================
*/

:root {
    --dark: var(--wp--preset--color--dark);
    --blue: var(--wp--preset--color--blue);
    --blue-active: var(--wp--preset--color--blue-active);
    --blue-light: var(--wp--preset--color--blue-light);
    --black: var(--wp--preset--color--black);
    --white: var(--wp--preset--color--white);
    --light: var(--wp--preset--color--light);
    --grey: var(--wp--preset--color--grey);
    --blue-gradient: var(--wp--preset--gradient--blue-gradient);
    --blue-dark-gradient: var(--wp--preset--gradient--blue-dark-gradient);
    --font: var(--wp--preset--font-family--inter);
    --wp--preset--spacing--40: 45px;
    --separacion-vertical: clamp(50px, 2rem + 4vw, 150px);
}

::selection {
    background-color: var(--blue-active);
    text-shadow: none;
    color: white;
}

::placeholder {
    color: #888888;
}