@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;700&family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,500&display=swap');

@import url('../fonts/segoe-ui/stylesheet.css');

/*@import url('../_core/css/font.sizes.css');*/

body,
html {
    font-size:1rem;
	font-family: 'Roboto', sans-serif;
	color:#23456F;
}

h1 {font-size:2.5rem;}
h2 {font-size:2rem;}
h3 {font-size:1.75rem;}
h4 {font-size:1.5rem;}
h5 {font-size:1.25rem;}
h6 {font-size:1rem;}

.display-1 {font-size: 3rem;}
.display-2 {font-size: 2.7rem;}
.display-3 {font-size: 2.3rem;}
.display-4 {font-size: 2rem;}
.display-5 {font-size: 1.8rem;}
.display-6 {font-size: 1.5rem;}

.fs-1 {font-size: 2.5rem;}
.fs-2 {font-size: 2rem;}
.fs-3 {font-size: 1.75rem;}
.fs-4 {font-size: 1.5rem;}
.fs-5 {font-size: 1.25rem;}
.fs-6 {font-size: 1rem;}

.small {font-size: .875em;}

.text-uppercase {text-transform: uppercase;}

.button {display:inline-block; padding:8px 40px; background-color:#FCA700; color:#fff;}

.white-text {}
.black-text, .black-text-hover:hover {
	color:#111;
}
.blue-text, .blue-text-hover:hover {
	color:#23456F;
}
.orange-text, .orange-text-hover:hover {
	color:#FCA700;
}

.hind {font-family: 'Hind', sans-serif;}
.segoe-ui {font-family: 'Segoe UI Regular';}

.text-uppercase {text-transform: uppercase;}
.fw-bold {font-weight: 700;}
.fw-light {font-weight:300;}

.lh-1 {line-height: 1;}
.lh-sm {line-height: 1.25;}
.lh-base {line-height: 1.5;}
.lh-lg {line-height: 2;}

.lead {font-size: 1.25rem; font-weight: 300;}
.text-reset {color:inherit;}
b, strong {
	font-weight:700 !important;
}

@media (min-width: 768px) {
	.display-1 {font-size: 5rem;}
	.display-2 {font-size: 4.5rem;}
	.display-3 {font-size: 4rem;}
	.display-4 {font-size: 3.5rem;}
	.display-5 {font-size: 3rem;}
	.display-6 {font-size: 2.5rem;}
}