/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Custom Font */
@font-face {
    font-family: 'DVN-Rivan'; /* Replace with your desired font name */
    src: url('fonts/DVN-Rivan.ttf') format('truetype'); /* Replace with your font file name */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Bold'; /* Replace with your desired font name */
    src: url('fonts/Inter_18pt-Bold.ttf') format('truetype'); /* Replace with your font file name */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Regular'; /* Replace with your desired font name */
    src: url('fonts/Inter_18pt-Regular.ttf') format('truetype'); /* Replace with your font file name */
    font-weight: normal;
    font-style: normal;
}


/* Example usage */
body {
    font-family: 'DVN-Rivan', sans-serif !important;
}

.text-base {
  	color: var(--color-4, #FFF);
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.fs-36 {
    font-size: 36px;
}

.fs-24 {
    font-size: 24px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 700;
}

.mb-10{
    margin-bottom: 10px;
}

.text-base p {
    margin-bottom: 10px;
}

.f-inter {
    font-family: 'Inter-Regular', sans-serif;
}

.t-left {
    text-align: left !important;
}

.flickity-page-dots .dot.is-selected {
    background-color: #FFC305 !important;
}

.sport-slider .col-inner {
    background-color: #FFFFFF0D;
    padding: 8px;
    border-radius: 16px;
}

.sport-slider-container {
	max-width: 100% !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}