/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 /*


 */

@font-face {
    font-family: 'GothamMedium';
    src: url(/assets/fonts/Gotham-Medium-c82db0b27c287c819ef4744f8c9c59de815d2c32e16f80acf2d3c99a8c940b93.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBlack';
    src: url(/assets/fonts/Gotham-Black-ef2d96352bafb01fef3ae5f6c9a1267906686817e044a7f294485649b9030e03.otf) format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBold';
    src: url(/assets/fonts/Gotham-Bold-bbbc8e1a351211f623c37600a0eba8c7783902c247b359e5b611942e708ee273.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url(/assets/fonts/Gotham-Book-93400536159b8e136a1d405d569bf104fae960ebb4748a33a653c5a0b714ede1.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

.gotham-book {
    font-family: 'GothamBook', sans-serif !important;
}

.custom-form-input {
    font-family: 'GothamMedium', sans-serif;
}

.custom-submit-button {
    font-family: 'GothamBlack', sans-serif;
}

.custom-bold-text {
    font-family: 'GothamBold', sans-serif !important;
}
