/* VAGOTECH - Custom Styles */

:root {
    --color-navy: #003366;
    --color-cyan: #5BC0DE;
    --color-dark: #0f172a;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}
