:root {
    /* Fonts */
    --main-font-family: 'poppins-thin', sans-serif;
    --title-font-family: 'collier-exthin', sans-serif;

    /* Typography */
    --main-font-size: 16px;
    --main-font-weight: 400;
    --main-line-height: 24px;
    --title-font-weight: 500;

    /* Colors */
    --main-font-color: #333333;
    --sea-blue-color: #273B60;
    --light-blue-color: #99B5CD;
    --cream-color: #F8F2E4;
    --light-cream-color: #FBF8F1;
    --main-background-color: #FBF8F1;

    /* Layout */
    --container-width: 1440px;

    /* Animations */
    --quick-transition: .2s ease;
    --med-transition: .4s ease;
    --smooth-transition: .6s ease

}