/* VARIABILI LA PLAYA*/
:root {
    --color1: #143E45;
    --color2: #699295;
    --light_color2: #ADBFBE;
    --color3: #838B6F;
    --color4: #283F44;
    --grey: #575757;
    --ice: #f5f5f5;
    --white: #ffffff;
    --black: #000000;
    --green: #d8ebcc;

    --sans: 'Poppins';
    --serif: 'Boldonse';
    --font-icon: 'Font Awesome 6 Pro';
    --font-icon-alt: 'Font Awesome 6 Brands';

    --font-weight-light: 200;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-solid: 900;

    --size-base: 14px;
    --max-width: 1366px;
}
