@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');

@font-face {
    font-family: 'FC Iconic';
    src: url('../../public/font/FCIconicBoldItalic.otf') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FC Iconic';
    src: url('../../public/font/FCIconicBold.otf') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FC Iconic';
    src: url('../../public/font/FCIconicItalic.otf') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FC Iconic';
    src: url('../../public/font/FCIconicRegular.otf') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    font-size: 16px;
}
body,
button {
    font-family: 'Prompt';
}

/* font family */
.prompt {
    font-family: 'Prompt';
}

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

/* text align style */
.center {
    text-align: center;
}

/* .left {
    text-align: left;
}
.right {
    text-align: right;
} */

/* 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.75rem; }
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; }
/*h1.heading { font-size: 6.67rem; line-height: 0.76; }*/
/*h1.dbadman { 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; }
.uppercase { text-transform: uppercase; }

/* 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;
}
.italic {
    font-style: italic;
}

/* button style */
.btn {
    /* font-size: 1.2rem; */
    /* font-weight: 500; */
    /* border-radius: 0.25em; */
}
.btn, .btn-large, .btn-small, .btn-flat {
	text-transform: none;
}
/* span.badge.new {
    font-size: 1.2rem;
} */