/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {

  font-display: swap;

  font-family: 'SuisseIntl';

  font-style: normal;

  font-weight: 400;

  src: url('fonts/SuisseIntl-Regular.woff2') format('woff2');

}

@font-face {

  font-display: swap;

  font-family: 'SuisseIntl';

  font-style: italic;

  font-weight: 400;

  src: url('fonts/SuisseIntl-RegularItalic.woff2') format('woff2');

}

@font-face {

  font-display: swap;

  font-family: 'SuisseIntl';

  font-style: normal;

  font-weight: 300;

  src: url('fonts/SuisseIntl-Light.woff2') format('woff2');

}

@font-face {

  font-display: swap;

  font-family: 'SuisseIntl';

  font-style: normal;

  font-weight: 700;

  src: url('fonts/SuisseIntl-Bold.woff2') format('woff2');

}

/* Global usage */

body {

  font-family: 'SuisseIntl', Helvetica, Arial, sans-serif;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}





.introtext {
  font-style: normal;
  font-size:24px;
}

#main-logo .text-logo {
  Font-weight: 400 !important;
  font-size:24px !important;
}

.fontsize-171566-custom {
letter-spacing: clamp(0.5rem, calc(0.8rem + 1.5vw), 4rem);
}
