            @font-face {
                font-family: 'GoodSans';
                src: url(../../assets/fonts/Recoleta-Regular1.otf);
            }

            @font-face {
                font-family: GoodSans-light;
                src: url(../../assets/fonts/GoodSans-Light.otf);
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
            }

            @font-face {
                font-family: GoodSans-medium;
                src: url(../../assets/fonts/GoodSans-Medium.otf);
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
            }

            @font-face {
                font-family: GoodSans;
                src: url(../../assets/fonts/GoodSans-Regular.otf);
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
            }

            @font-face {
                font-family: GoodSans-wordpress;
                src: url(../../assets/fonts/GoodSans-Regular.ttf);
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
            }

            @font-face {
                font-family: "icomoon";
                src: url("../../assets/fonts/icomoon.eot?qgafv7");
                src: url("../../assets/fonts/icomoon.eot?qgafv7#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?qgafv7") format("truetype"), url("../../assets/fonts/icomoon.woff?qgafv7") format("woff"), url("../../assets/fonts/icomoon.svg?qgafv7#icomoon") format("svg");
                font-weight: normal;
                font-style: normal;
                font-display: block;
            }

            [class^="icon-"],
            [class*=" icon-"] {
                /* use !important to prevent issues with browser extensions that change fonts */
                font-family: "icomoon" !important;
                speak: never;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .icon-clock:before {
                content: "\e900";
                font-weight: 600;
            }

            .icon-close:before {
                content: "\2716";
                font-weight: normal;
            }

            .icon-calendar:before {
                content: "\e953";
                font-weight: 600;
            }

            .icon-down-arrow:before {
                content: "\e901";
                font-weight: 600;
            }

            .icon-left-arrow:before {
                content: "\e902";
                font-weight: 600;
            }

            .icon-minus:before {
                content: "\e903";
            }

            .icon-plus:before {
                content: "\e904";
            }

            .icon-up-arrow:before {
                content: "\e905";
                font-weight: 600;
            }

            .icon-angle-left:before {
                content: "\e906";
            }

            .icon-angle-right:before {
                content: "\e907";
            }

            .icon-calendar:before {
                content: "\e908";
                font-weight: 600;
            }
