@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

:root {
    --color-red: #f39292;
    --color-orange: #eab56c;
    --color-yellow: #f2e48d;
    --color-green: #89efab;
    --color-light-blue: #b0d2ff;
    --color-blue: #b0b5fa;
    --color-purple: #d1b4f6;
    --color-pink: #FFC6F6;
    --color-grey: #eeeeee;
    --max-w: 1500px;
}

html {
    scroll-behavior: smooth;
}

/** {*/
/*    border: 1px solid red;*/
/*}*/

p, h1, h2, h3, h4, h5, span, a, div, button {
    font-family: "Sora", serif;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
