:root {
    // Colores
    --force:             #D11E1E;
    --fish:              #2254CE;
    --toxic:             #ffc802;
    --death:             #000000;
    --dark:              #292a30;
    --grey:              #c4c4c4;
    --gentle:            #eeeeee;
    --cure:              #FFFFFF;
    --pasture:           #098d5a;
    --haven:             #00cafd;

    font-family:        system-ui,
                        -apple-system,
                        BlinkMacSystemFont,
                        "Segoe UI",
                        Roboto,
                        "Helvetica Neue", Arial,
                        "Noto Sans",
                        "Liberation Sans",
                        sans-serif,
                        "Apple Color Emoji", 
                        "Segoe UI Emoji", 
                        "Segoe UI Symbol", 
                        "Noto Color Emoji";
}


// Padding del lado derecho
$padding-right: 30px;

// Lista
$padding:       15px;
$border:        1px solid #00000046;
$min-width:     150px;

// Enlaces
$font-size:     14px;
$padding-a:     3px 0px;





