:root {
    --primary-color: #D1AC50;
    --primary-dark-color: #c0c0c0;
    /*--primary-dark-color: #D1AC50;*/
    --secondary-color: #1a2b45;
    --dark-color: #1f242b;
    --grey00: #fff;
    --grey10: #f0f0f0;
    --grey20: #dddddd;
    --grey30: #c3c3c3;
    --grey40: #909090;
    --grey60: #606060;
    --grey80: #333;

    --garamond: 'Cormorant Garamond', serif;
    --raleway: 'Raleway', sans-serif;
    --oranienbaum: 'Oranienbaum', serif;
    --kalam: 'Kalam', cursive;

    --font-header: var(--garamond);
    --font-text: var(--oranienbaum);

    --border-radius-sm: 5px;
    --border-radius: 15px;
}