:root {
    --theme--gutter--normal: 15px;

    --theme--gap--xsmall: 5px;
    --theme--gap--small: 10px;
    --theme--gap--normal: 15px;
    --theme--gap--medium: 25px;
    --theme--gap--large: 35px;
    --theme--gap--xlarge: 50px;

    --theme--font-family--primary: 'Roboto', sans-serif;
    --theme--font-family--font-awesome: 'Font Awesome 6 Pro';

    --theme--font-size--xsmall: 10px;
    --theme--font-size--small: 14px;
    --theme--font-size--normal: 16px;
    --theme--font-size--medium: 20px;
    --theme--font-size--large: 24px;
    --theme--font-size--xlarge: 28px;
    --theme--font-size--xxlarge: 32px;

    --theme--line-height--normal: 1.6;

    --theme--color--primary: #f69a2d;
    --theme--color--secondary: #2070C7;
    --theme--color--background: #ffffff;
    --theme--color--text: #212529;

    --theme--color--darker: #6c757d;
    --theme--color--lighter: #dee2e6;

    --theme--color--success: #00b884;
    --theme--color--error: #e04f44;
    --theme--color--warning: #ffc800;
    --theme--color--info: #2070C7;

    --theme--form--border-color: var(--theme--color--lighter);
    --theme--form--border-radius: 4px;

    --theme--card--border-radius: 4px;
    --theme--card--box-shadow: 0 0 4px rgba(0,0,0, 0.12);
}

@media (max-width: 575.98px) {

}

@media (max-width: 767.98px) {

}

@media (min-width: 768px) {
    :root {
        --theme--gutter--normal: 20px;
        --theme--gap--normal: 20px;
        --theme--gap--medium: 40px;
        --theme--gap--large: 60px;
        --theme--gap--xlarge: 80px;

        --theme--font-size--medium: 20px;
        --theme--font-size--large: 24px;
        --theme--font-size--xlarge: 36px;
    }
}

@media (max-width: 991.98px) {

}

@media (min-width: 992px) {
    :root {
        --theme--gutter--normal: 20px;
        --theme--gap--normal: 20px;
    }
}

@media (min-width: 1200px) {
    :root {
    }
}

.wp-block {}
