:root {
    --transition-fast:
        .2s ease;

    --transition-default:
        .25s ease;

    --transition-slow:
        .4s ease;
}