

/* -----------------------------------------------------------
    Load fonts
----------------------------------------------------------- */

    @import url(https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700&display=swap);
    @import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap);


/* -----------------------------------------------------------
    Global Styles
----------------------------------------------------------- */

    html {
        font-size: 13px;
    }
    body {
        font-family: 'Almarai', Sans-Serif;
        font-weight: 200;
        color: #303030;
        font-size: 12.5px;
        line-height: 1.8em;
    }
    a,
    a:visited,
    a:hover,
    .link_color,
    .link_color:hover {
        color: #303030;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Montserrat', Arial, Sans-Serif;
        text-transform: uppercase;
        font-weight: normal;
        color: #303030;
        letter-spacing: 3px;
        margin: 0 0 15px;
    }
    
    h1 a,h1 a:visited,
    h2 a, h2 a:visited,
    h3 a, h3 a:visited,
    h4 a, h4 a:visited,
    h5 a, h5 a:visited,
    h6 a, h6 a:visited {
        color: #303030;
        text-decoration: none;
    }
    h1 {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 7px;
        border-bottom: 1px solid #ebebeb;
        padding: 0 0 11px;
        margin: 0 0 50px;
    }
    h1.hidden {
        border: 0;
    }
    h2 {
        font-size: 16px;
        letter-spacing: 3px;
    }
    h3 {
        font-size: 14px;
        letter-spacing: 3px;
    }
    h4 {
        font-size: 12px;
        letter-spacing: 3px;
    }
    h5 {
        font-size: 11px;
        letter-spacing: 3px;
    }
    h6 {
        font-size: 10px;
        letter-spacing: 3px;
    }
    input,
    select,
    textarea {
        font-family: 'Almarai', Sans-Serif;
        font-weight: 200;
        color: #303030;
        font-size: 12.5px;
        line-height: 1.8em;
    }

    #cms-frontend-toolbar #cms-frontend-toolbar-container {
        background: rgba(12,12,13,1) !important;
    }