/* @import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

/* FC Iconic Font */
@font-face {
    font-family: 'FC Iconic Bold';
    src: url('../fonts/fc-iconic/fc_iconic_bold.woff2') format('woff2'),
         url('../fonts/fc-iconic/fc_iconic_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FC Iconic SemiBold';
    src: url('../fonts/fc-iconic/fc_iconic_semibold.woff2') format('woff2'),
         url('../fonts/fc-iconic/fc_iconic_semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FC Iconic Medium';
    src: url('../fonts/fc-iconic/fc_iconic_medium.woff2') format('woff2'),
         url('../fonts/fc-iconic/fc_iconic_medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FC Iconic Regular';
    src: url('../fonts/fc-iconic/fc_iconic_regular.woff2') format('woff2'),
         url('../fonts/fc-iconic/fc_iconic_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FC Iconic Light';
    src: url('../fonts/fc-iconic/fc_iconic_light.woff2') format('woff2'),
         url('../fonts/fc-iconic/fc_iconic_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FC Iconic ExtraLight';
    src: url('../fonts/fc-iconic/fc_iconic_extralight.woff2') format('woff2'),
         url('../fonts/fc-iconic/fc_iconic_extralight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-size: 16px;
    line-height: normal;
}

body,
body,
button {
    font-family: 'FC Iconic Light';
}

/* font family */
.fc-iconic {
    font-family: 'FC Iconic Light';
}

/* font style */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

/* typography */
h1, h2, h3, h4, h5, h6 { font-weight: 500; }
h1, h2, h3 { margin-top: 0.65em; margin-bottom: 0.6em; }
h4, h5, h6 { margin-top: 0.5em; margin-bottom: 0.33em; }
h1 { font-size: 3.0625rem; }
h2, .h2 { font-size: 2.125rem; }
h3, .h3 { font-size: 1.5rem; }
h4 { font-size: 1.375rem;	}
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }
h1>small, h2>small, h3>small, h4>small { display: block; line-height: 0.86; }

/* font-style */
.extra-light { font-weight: 200; }
.light { font-weight: 300; }
.regular { font-weight: 400; }
.medium { font-weight: 500; }
.bold { font-weight: 600; }

.extra-light { 
    font-family: 'FC Iconic ExtraLight'; 
}
.light { 
    font-family: 'FC Iconic Light'; 
}
.regular { 
    font-family: 'FC Iconic Regular'; 
}
.medium { 
    font-family: 'FC Iconic Medium'; 
}
.semi-bold { 
    font-family: 'FC Iconic SemiBold'; 
}
.bold { 
    font-family: 'FC Iconic Bold'; 
}

/* font extend */
.smaller { font-size: 0.675em; }
.small { font-size: 0.875em; }
.normal { font-size: 1.25em; }
.large { font-size: 1.6em; }
.larger { font-size: 2em; }

.uppercase {
    text-transform: uppercase;
}
.text-transform-none {
    text-transform: none;
}
.italic {
    font-style: italic;
}

/* button style */
.btn, 
.btn-large, 
.btn-small, 
.btn-flat {
    text-transform: none;
}

/* Input */
input,
textarea {
    font-family: 'FC Iconic Light';
}