* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-size: clamp(12px, 1.8vw, 16px);
    font-style: normal;
}

:root {
    --theme1: #ed9b9b;
    --theme2: #f08484;
    --theme3: #fbe6e6;
    --light-green: #4DB56A;
    --green: #006d4d;
    --pink: #ff8080;
    --red: #e74c3c;
    --gray: #333;
    --light-gray: #808080;
    --frame-gray: #e2e2e2;
}