/* OTOD3 - Reset Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Prompt', sans-serif;
    background-color: var(--otod-color-primary-yellow);
    background-image: url('../img/bg_OTOD3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: var(--otod-color-dark-text);
    line-height: 1.6;
    font-weight: 300;
}
