@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Young+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalnia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tektur&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');

/* 
// Google font
font-family: 'Outfit', sans-serif; 
font-family: 'Young Serif', serif;
font-family: 'Kalnia', serif;
font-family: 'Abril Fatface', serif;
font-family: 'PT Serif', serif;
font-family: 'Tektur', sans-serif;
font-family: 'Lilita One', sans-serif;
font-family: 'Cinzel', serif;
font-family: 'Great Vibes', cursive;
font-family: 'Titan One', sans-serif;

// Custom font
font-family: 'Savior Sans';
font-family: 'Arame Mono';
font-family: 'SpadeW00';
font-family: 'Streetscript Redux';
font-family: 'ZicletsW00';
*/


@font-face {
    font-family: 'Savior Sans';
    src: url('../../fonts/savior-sans/SaviorSans-Regular.eot');
    src: url('../../fonts/savior-sans/SaviorSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/savior-sans/SaviorSans-Regular.woff2') format('woff2'),
        url('../../fonts/savior-sans/SaviorSans-Regular.woff') format('woff'),
        url('../../fonts/savior-sans/SaviorSans-Regular.ttf') format('truetype'),
        url('../../fonts/savior-sans/SaviorSans-Regular.svg#SaviorSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arame Mono';
    src: url('../../fonts/arame-mono/ArameMono-Bold.eot');
    src: local('../../fonts/arame-mono/Arame Mono Bold'), local('ArameMono-Bold'),
        url('../../fonts/arame-mono/ArameMono-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/arame-mono/ArameMono-Bold.woff2') format('woff2'),
        url('../../fonts/arame-mono/ArameMono-Bold.woff') format('woff'),
        url('../../fonts/arame-mono/ArameMono-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SpadeW00';
    src: url('../../fonts/spade/SpadeW00-Regular.eot');
    src: url('../../fonts/spade/SpadeW00-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/spade/SpadeW00-Regular.woff2') format('woff2'),
        url('../../fonts/spade/SpadeW00-Regular.woff') format('woff'),
        url('../../fonts/spade/SpadeW00-Regular.ttf') format('truetype'),
        url('../../fonts/spade/SpadeW00-Regular.svg#SpadeW00-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Streetscript Redux';
    src: url('../../fonts/streetscript-redux/StreetscriptRedux.eot');
    src: url('../../fonts/streetscript-redux/StreetscriptRedux.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/streetscript-redux/StreetscriptRedux.woff2') format('woff2'),
        url('../../fonts/streetscript-redux/StreetscriptRedux.woff') format('woff'),
        url('../../fonts/streetscript-redux/StreetscriptRedux.ttf') format('truetype'),
        url('../../fonts/streetscript-redux/StreetscriptRedux.svg#StreetscriptRedux') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'ZicletsW00';
    src: url('../../fonts/ziclet/ZicletsW00.eot');
    src: url('../../fonts/ziclet/ZicletsW00.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/ziclet/ZicletsW00.woff2') format('woff2'),
        url('../../fonts/ziclet/ZicletsW00.woff') format('woff'),
        url('../../fonts/ziclet/ZicletsW00.ttf') format('truetype'),
        url('../../fonts/ziclet/ZicletsW00.svg#ZicletsW00') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  /*-ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;*/
  display: flex;
  width: auto;
}

.app-brand-logo.demo img {
   height: 23px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: 11;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

