:root {
    --primary: #e63946;
    --secondary: #457b9d;
    --dark: #1d3557;
    --light: #fdfdfd;
    --accent: #a8dadc;
    --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body {
    font-family: sans-serif;
    background-color: #fdfdfd;
    color: #333;
    line-height: 1.6;
}
