*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body{
    min-height: 100%;
}

img{
    max-width: 100%;
}

button,
input,
textarea,
select{
    font: inherit;
}

@font-face {
    font-family: oleo;
    src: url(../fonts/OleoScriptSwashCaps-Regular.ttf);
}

/* ------------------------ VARIABLES ------------------------ */
:root {
    --red: rgb(255, 186, 186);
    --green: rgb(177, 255, 194);
    --blue: rgb(130, 209, 255);
}